Shades of Las Palmas #C8DE4E
Tints of Las Palmas #C8DE4E
RGB
CMYK
RGB Variations
Color information
#C8DE4E (or 0xC8DE4E) is known color: Las Palmas. HEX triplet: C8, DE and 4E. RGB value is (200,222,78). Sum of RGB (Red+Green+Blue) = 200+222+78=500 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40% from 500); Green value is 222 (87.11% from 255 or 44.4% from 500); Blue value is 78 (30.86% from 255 or 15.6% from 500); Max value from RGB is 222 - color contains mainly: green. Hex color #C8DE4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8DE4E is #3721B1. Grayscale: #C7C7C7. Windows color (decimal): -3613106 or 5168840. OLE color: 5168840.
HSL color Cylindrical-coordinate representation of color #C8DE4E: hue angle of 69.17º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C8DE4E is Cyan = 0.10, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 222 | 78 | - |
| CMYK | 0.10 | 0 | 0.65 | 0.13 |
| HSL | 69.17º | 0.69% | 0.59% | - |
| HSV(B) | 69.17º | 0.65% | 0.87% | - |
| XYZ | 51.32 | 65.07 | 17.06 | - |
| YUV | 199.01 | 59.71 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 222 | 78 | 0.10 | 0 | 0.65 | 0.13 | 69.17 | 0.69 | 0.59 |
| Hex | C8 | DE | 4E | A | 0 | 41 | D | 45 | 45 | 3B |
| Octal | 310 | 336 | 116 | 12 | 0 | 101 | 15 | 105 | 105 | 73 |
| Binary | 11001000 | 11011110 | 1001110 | 1010 | 0 | 1000001 | 1101 | 1000101 | 1000101 | 111011 |
Color Harmonies of #C8DE4E
Complementary color
Monochromatic Colors of #C8DE4E
Black with #C8DE4E
Text Example
Text Example
White with #C8DE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DE4E; }
p { color: rgb(200,222,78); }
H1.HeaderClassName
{
color: #C8DE4E;
}
.AnyTagClassName
{
color: #C8DE4E;
}
</style>
background-color css
<style>
a { background-color: #C8DE4E; }
a { background-color: rgb(200,222,78); }
div.DivClassName
{
background-color: #C8DE4E;
}
.BgClassName
{
background-color: #C8DE4E;
}
</style>
border-color css
<style>
span { border-color: #C8DE4E; }
span { border-color: rgb(200,222,78); }
td.TdClassName
{
border-color: #C8DE4E;
}
.TagClassName
{
border-color: #C8DE4E;
}
</style>