Shades of Las Palmas #C8DC39
Tints of Las Palmas #C8DC39
RGB
CMYK
RGB Variations
Color information
#C8DC39 (or 0xC8DC39) is known color: Las Palmas. HEX triplet: C8, DC and 39. RGB value is (200,220,57). Sum of RGB (Red+Green+Blue) = 200+220+57=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 57 (22.66% from 255 or 11.95% from 477); Max value from RGB is 220 - color contains mainly: green. Hex color #C8DC39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8DC39 is #3723C6. Grayscale: #C4C4C4. Windows color (decimal): -3613639 or 3792072. OLE color: 3792072.
HSL color Cylindrical-coordinate representation of color #C8DC39: hue angle of 67.36º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C8DC39 is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 220 | 57 | - |
| CMYK | 0.09 | 0 | 0.74 | 0.14 |
| HSL | 67.36º | 0.7% | 0.54% | - |
| HSV(B) | 67.36º | 0.74% | 0.86% | - |
| XYZ | 50.15 | 63.76 | 13.53 | - |
| YUV | 195.44 | 49.87 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 220 | 57 | 0.09 | 0 | 0.74 | 0.14 | 67.36 | 0.7 | 0.54 |
| Hex | C8 | DC | 39 | 9 | 0 | 4A | E | 43 | 46 | 36 |
| Octal | 310 | 334 | 71 | 11 | 0 | 112 | 16 | 103 | 106 | 66 |
| Binary | 11001000 | 11011100 | 111001 | 1001 | 0 | 1001010 | 1110 | 1000011 | 1000110 | 110110 |
Color Harmonies of #C8DC39
Complementary color
Monochromatic Colors of #C8DC39
Black with #C8DC39
Text Example
Text Example
White with #C8DC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DC39; }
p { color: rgb(200,220,57); }
H1.HeaderClassName
{
color: #C8DC39;
}
.AnyTagClassName
{
color: #C8DC39;
}
</style>
background-color css
<style>
a { background-color: #C8DC39; }
a { background-color: rgb(200,220,57); }
div.DivClassName
{
background-color: #C8DC39;
}
.BgClassName
{
background-color: #C8DC39;
}
</style>
border-color css
<style>
span { border-color: #C8DC39; }
span { border-color: rgb(200,220,57); }
td.TdClassName
{
border-color: #C8DC39;
}
.TagClassName
{
border-color: #C8DC39;
}
</style>