Shades of Las Palmas #C8DE4F
Tints of Las Palmas #C8DE4F
RGB
CMYK
RGB Variations
Color information
#C8DE4F (or 0xC8DE4F) is known color: Las Palmas. HEX triplet: C8, DE and 4F. RGB value is (200,222,79). Sum of RGB (Red+Green+Blue) = 200+222+79=501 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.92% from 501); Green value is 222 (87.11% from 255 or 44.31% from 501); Blue value is 79 (31.25% from 255 or 15.77% from 501); Max value from RGB is 222 - color contains mainly: green. Hex color #C8DE4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8DE4F is #3721B0. Grayscale: #C7C7C7. Windows color (decimal): -3613105 or 5234376. OLE color: 5234376.
HSL color Cylindrical-coordinate representation of color #C8DE4F: hue angle of 69.23º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C8DE4F is Cyan = 0.10, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 222 | 79 | - |
| CMYK | 0.10 | 0 | 0.64 | 0.13 |
| HSL | 69.23º | 0.68% | 0.59% | - |
| HSV(B) | 69.23º | 0.64% | 0.87% | - |
| XYZ | 51.35 | 65.09 | 17.25 | - |
| YUV | 199.12 | 60.21 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 222 | 79 | 0.10 | 0 | 0.64 | 0.13 | 69.23 | 0.68 | 0.59 |
| Hex | C8 | DE | 4F | A | 0 | 40 | D | 45 | 44 | 3B |
| Octal | 310 | 336 | 117 | 12 | 0 | 100 | 15 | 105 | 104 | 73 |
| Binary | 11001000 | 11011110 | 1001111 | 1010 | 0 | 1000000 | 1101 | 1000101 | 1000100 | 111011 |
Color Harmonies of #C8DE4F
Complementary color
Monochromatic Colors of #C8DE4F
Black with #C8DE4F
Text Example
Text Example
White with #C8DE4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DE4F; }
p { color: rgb(200,222,79); }
H1.HeaderClassName
{
color: #C8DE4F;
}
.AnyTagClassName
{
color: #C8DE4F;
}
</style>
background-color css
<style>
a { background-color: #C8DE4F; }
a { background-color: rgb(200,222,79); }
div.DivClassName
{
background-color: #C8DE4F;
}
.BgClassName
{
background-color: #C8DE4F;
}
</style>
border-color css
<style>
span { border-color: #C8DE4F; }
span { border-color: rgb(200,222,79); }
td.TdClassName
{
border-color: #C8DE4F;
}
.TagClassName
{
border-color: #C8DE4F;
}
</style>