Shades of Las Palmas #C8CF3F
Tints of Las Palmas #C8CF3F
RGB
CMYK
RGB Variations
Color information
#C8CF3F (or 0xC8CF3F) is known color: Las Palmas. HEX triplet: C8, CF and 3F. RGB value is (200,207,63). Sum of RGB (Red+Green+Blue) = 200+207+63=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 207 (81.25% from 255 or 44.04% from 470); Blue value is 63 (25% from 255 or 13.40% from 470); Max value from RGB is 207 - color contains mainly: green. Hex color #C8CF3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8CF3F is #3730C0. Grayscale: #BDBDBD. Windows color (decimal): -3616961 or 4181960. OLE color: 4181960.
HSL color Cylindrical-coordinate representation of color #C8CF3F: hue angle of 62.92º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C8CF3F is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 207 | 63 | - |
| CMYK | 0.03 | 0 | 0.70 | 0.19 |
| HSL | 62.92º | 0.6% | 0.53% | - |
| HSV(B) | 62.92º | 0.7% | 0.81% | - |
| XYZ | 47.03 | 57.26 | 13.28 | - |
| YUV | 188.49 | 57.18 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 207 | 63 | 0.03 | 0 | 0.70 | 0.19 | 62.92 | 0.6 | 0.53 |
| Hex | C8 | CF | 3F | 3 | 0 | 46 | 13 | 3F | 3C | 35 |
| Octal | 310 | 317 | 77 | 3 | 0 | 106 | 23 | 77 | 74 | 65 |
| Binary | 11001000 | 11001111 | 111111 | 11 | 0 | 1000110 | 10011 | 111111 | 111100 | 110101 |
Color Harmonies of #C8CF3F
Complementary color
Monochromatic Colors of #C8CF3F
Black with #C8CF3F
Text Example
Text Example
White with #C8CF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CF3F; }
p { color: rgb(200,207,63); }
H1.HeaderClassName
{
color: #C8CF3F;
}
.AnyTagClassName
{
color: #C8CF3F;
}
</style>
background-color css
<style>
a { background-color: #C8CF3F; }
a { background-color: rgb(200,207,63); }
div.DivClassName
{
background-color: #C8CF3F;
}
.BgClassName
{
background-color: #C8CF3F;
}
</style>
border-color css
<style>
span { border-color: #C8CF3F; }
span { border-color: rgb(200,207,63); }
td.TdClassName
{
border-color: #C8CF3F;
}
.TagClassName
{
border-color: #C8CF3F;
}
</style>