Shades of Las Palmas #C8CF40
Tints of Las Palmas #C8CF40
RGB
CMYK
RGB Variations
Color information
#C8CF40 (or 0xC8CF40) is known color: Las Palmas. HEX triplet: C8, CF and 40. RGB value is (200,207,64). Sum of RGB (Red+Green+Blue) = 200+207+64=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 207 (81.25% from 255 or 43.95% from 471); Blue value is 64 (25.39% from 255 or 13.59% from 471); Max value from RGB is 207 - color contains mainly: green. Hex color #C8CF40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8CF40 is #3730BF. Grayscale: #BDBDBD. Windows color (decimal): -3616960 or 4247496. OLE color: 4247496.
HSL color Cylindrical-coordinate representation of color #C8CF40: hue angle of 62.94º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C8CF40 is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 207 | 64 | - |
| CMYK | 0.03 | 0 | 0.69 | 0.19 |
| HSL | 62.94º | 0.6% | 0.53% | - |
| HSV(B) | 62.94º | 0.69% | 0.81% | - |
| XYZ | 47.06 | 57.28 | 13.43 | - |
| YUV | 188.61 | 57.68 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 207 | 64 | 0.03 | 0 | 0.69 | 0.19 | 62.94 | 0.6 | 0.53 |
| Hex | C8 | CF | 40 | 3 | 0 | 45 | 13 | 3F | 3C | 35 |
| Octal | 310 | 317 | 100 | 3 | 0 | 105 | 23 | 77 | 74 | 65 |
| Binary | 11001000 | 11001111 | 1000000 | 11 | 0 | 1000101 | 10011 | 111111 | 111100 | 110101 |
Color Harmonies of #C8CF40
Complementary color
Monochromatic Colors of #C8CF40
Black with #C8CF40
Text Example
Text Example
White with #C8CF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CF40; }
p { color: rgb(200,207,64); }
H1.HeaderClassName
{
color: #C8CF40;
}
.AnyTagClassName
{
color: #C8CF40;
}
</style>
background-color css
<style>
a { background-color: #C8CF40; }
a { background-color: rgb(200,207,64); }
div.DivClassName
{
background-color: #C8CF40;
}
.BgClassName
{
background-color: #C8CF40;
}
</style>
border-color css
<style>
span { border-color: #C8CF40; }
span { border-color: rgb(200,207,64); }
td.TdClassName
{
border-color: #C8CF40;
}
.TagClassName
{
border-color: #C8CF40;
}
</style>