Shades of Las Palmas #C2CF42
Tints of Las Palmas #C2CF42
RGB
CMYK
RGB Variations
Color information
#C2CF42 (or 0xC2CF42) is known color: Las Palmas. HEX triplet: C2, CF and 42. RGB value is (194,207,66). Sum of RGB (Red+Green+Blue) = 194+207+66=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 207 (81.25% from 255 or 44.33% from 467); Blue value is 66 (26.17% from 255 or 14.13% from 467); Max value from RGB is 207 - color contains mainly: green. Hex color #C2CF42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CF42 is #3D30BD. Grayscale: #BBBBBB. Windows color (decimal): -4010174 or 4378562. OLE color: 4378562.
HSL color Cylindrical-coordinate representation of color #C2CF42: hue angle of 65.53º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C2CF42 is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 207 | 66 | - |
| CMYK | 0.06 | 0 | 0.68 | 0.19 |
| HSL | 65.53º | 0.59% | 0.54% | - |
| HSV(B) | 65.53º | 0.68% | 0.81% | - |
| XYZ | 45.54 | 56.49 | 13.66 | - |
| YUV | 187.04 | 59.69 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 207 | 66 | 0.06 | 0 | 0.68 | 0.19 | 65.53 | 0.59 | 0.54 |
| Hex | C2 | CF | 42 | 6 | 0 | 44 | 13 | 42 | 3B | 36 |
| Octal | 302 | 317 | 102 | 6 | 0 | 104 | 23 | 102 | 73 | 66 |
| Binary | 11000010 | 11001111 | 1000010 | 110 | 0 | 1000100 | 10011 | 1000010 | 111011 | 110110 |
Color Harmonies of #C2CF42
Complementary color
Monochromatic Colors of #C2CF42
Black with #C2CF42
Text Example
Text Example
White with #C2CF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CF42; }
p { color: rgb(194,207,66); }
H1.HeaderClassName
{
color: #C2CF42;
}
.AnyTagClassName
{
color: #C2CF42;
}
</style>
background-color css
<style>
a { background-color: #C2CF42; }
a { background-color: rgb(194,207,66); }
div.DivClassName
{
background-color: #C2CF42;
}
.BgClassName
{
background-color: #C2CF42;
}
</style>
border-color css
<style>
span { border-color: #C2CF42; }
span { border-color: rgb(194,207,66); }
td.TdClassName
{
border-color: #C2CF42;
}
.TagClassName
{
border-color: #C2CF42;
}
</style>