Shades of Las Palmas #C8E43C
Tints of Las Palmas #C8E43C
RGB
CMYK
RGB Variations
Color information
#C8E43C (or 0xC8E43C) is known color: Las Palmas. HEX triplet: C8, E4 and 3C. RGB value is (200,228,60). Sum of RGB (Red+Green+Blue) = 200+228+60=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 228 (89.45% from 255 or 46.72% from 488); Blue value is 60 (23.83% from 255 or 12.30% from 488); Max value from RGB is 228 - color contains mainly: green. Hex color #C8E43C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8E43C is #371BC3. Grayscale: #C9C9C9. Windows color (decimal): -3611588 or 3990728. OLE color: 3990728.
HSL color Cylindrical-coordinate representation of color #C8E43C: hue angle of 70º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C8E43C is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 228 | 60 | - |
| CMYK | 0.12 | 0 | 0.74 | 0.11 |
| HSL | 70º | 0.76% | 0.56% | - |
| HSV(B) | 70º | 0.74% | 0.89% | - |
| XYZ | 52.38 | 68.09 | 14.66 | - |
| YUV | 200.48 | 48.72 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 228 | 60 | 0.12 | 0 | 0.74 | 0.11 | 70 | 0.76 | 0.56 |
| Hex | C8 | E4 | 3C | C | 0 | 4A | B | 46 | 4C | 38 |
| Octal | 310 | 344 | 74 | 14 | 0 | 112 | 13 | 106 | 114 | 70 |
| Binary | 11001000 | 11100100 | 111100 | 1100 | 0 | 1001010 | 1011 | 1000110 | 1001100 | 111000 |
Color Harmonies of #C8E43C
Complementary color
Monochromatic Colors of #C8E43C
Black with #C8E43C
Text Example
Text Example
White with #C8E43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E43C; }
p { color: rgb(200,228,60); }
H1.HeaderClassName
{
color: #C8E43C;
}
.AnyTagClassName
{
color: #C8E43C;
}
</style>
background-color css
<style>
a { background-color: #C8E43C; }
a { background-color: rgb(200,228,60); }
div.DivClassName
{
background-color: #C8E43C;
}
.BgClassName
{
background-color: #C8E43C;
}
</style>
border-color css
<style>
span { border-color: #C8E43C; }
span { border-color: rgb(200,228,60); }
td.TdClassName
{
border-color: #C8E43C;
}
.TagClassName
{
border-color: #C8E43C;
}
</style>