Shades of Las Palmas #C8CF3C
Tints of Las Palmas #C8CF3C
RGB
CMYK
RGB Variations
Color information
#C8CF3C (or 0xC8CF3C) is known color: Las Palmas. HEX triplet: C8, CF and 3C. RGB value is (200,207,60). Sum of RGB (Red+Green+Blue) = 200+207+60=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 207 (81.25% from 255 or 44.33% from 467); Blue value is 60 (23.83% from 255 or 12.85% from 467); Max value from RGB is 207 - color contains mainly: green. Hex color #C8CF3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8CF3C is #3730C3. Grayscale: #BCBCBC. Windows color (decimal): -3616964 or 3985352. OLE color: 3985352.
HSL color Cylindrical-coordinate representation of color #C8CF3C: hue angle of 62.86º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C8CF3C is Cyan = 0.03, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 207 | 60 | - |
| CMYK | 0.03 | 0 | 0.71 | 0.19 |
| HSL | 62.86º | 0.6% | 0.52% | - |
| HSV(B) | 62.86º | 0.71% | 0.81% | - |
| XYZ | 46.95 | 57.23 | 12.85 | - |
| YUV | 188.15 | 55.68 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 207 | 60 | 0.03 | 0 | 0.71 | 0.19 | 62.86 | 0.6 | 0.52 |
| Hex | C8 | CF | 3C | 3 | 0 | 47 | 13 | 3F | 3C | 34 |
| Octal | 310 | 317 | 74 | 3 | 0 | 107 | 23 | 77 | 74 | 64 |
| Binary | 11001000 | 11001111 | 111100 | 11 | 0 | 1000111 | 10011 | 111111 | 111100 | 110100 |
Color Harmonies of #C8CF3C
Complementary color
Monochromatic Colors of #C8CF3C
Black with #C8CF3C
Text Example
Text Example
White with #C8CF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CF3C; }
p { color: rgb(200,207,60); }
H1.HeaderClassName
{
color: #C8CF3C;
}
.AnyTagClassName
{
color: #C8CF3C;
}
</style>
background-color css
<style>
a { background-color: #C8CF3C; }
a { background-color: rgb(200,207,60); }
div.DivClassName
{
background-color: #C8CF3C;
}
.BgClassName
{
background-color: #C8CF3C;
}
</style>
border-color css
<style>
span { border-color: #C8CF3C; }
span { border-color: rgb(200,207,60); }
td.TdClassName
{
border-color: #C8CF3C;
}
.TagClassName
{
border-color: #C8CF3C;
}
</style>