Shades of Las Palmas #C8DE32
Tints of Las Palmas #C8DE32
RGB
CMYK
RGB Variations
Color information
#C8DE32 (or 0xC8DE32) is known color: Las Palmas. HEX triplet: C8, DE and 32. RGB value is (200,222,50). Sum of RGB (Red+Green+Blue) = 200+222+50=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 222 (87.11% from 255 or 47.03% from 472); Blue value is 50 (19.92% from 255 or 10.59% from 472); Max value from RGB is 222 - color contains mainly: green. Hex color #C8DE32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8DE32 is #3721CD. Grayscale: #C4C4C4. Windows color (decimal): -3613134 or 3333832. OLE color: 3333832.
HSL color Cylindrical-coordinate representation of color #C8DE32: hue angle of 67.67º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C8DE32 is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 222 | 50 | - |
| CMYK | 0.10 | 0 | 0.77 | 0.13 |
| HSL | 67.67º | 0.72% | 0.53% | - |
| HSV(B) | 67.67º | 0.77% | 0.87% | - |
| XYZ | 50.52 | 64.75 | 12.85 | - |
| YUV | 195.81 | 45.71 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 222 | 50 | 0.10 | 0 | 0.77 | 0.13 | 67.67 | 0.72 | 0.53 |
| Hex | C8 | DE | 32 | A | 0 | 4D | D | 44 | 48 | 35 |
| Octal | 310 | 336 | 62 | 12 | 0 | 115 | 15 | 104 | 110 | 65 |
| Binary | 11001000 | 11011110 | 110010 | 1010 | 0 | 1001101 | 1101 | 1000100 | 1001000 | 110101 |
Color Harmonies of #C8DE32
Complementary color
Monochromatic Colors of #C8DE32
Black with #C8DE32
Text Example
Text Example
White with #C8DE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DE32; }
p { color: rgb(200,222,50); }
H1.HeaderClassName
{
color: #C8DE32;
}
.AnyTagClassName
{
color: #C8DE32;
}
</style>
background-color css
<style>
a { background-color: #C8DE32; }
a { background-color: rgb(200,222,50); }
div.DivClassName
{
background-color: #C8DE32;
}
.BgClassName
{
background-color: #C8DE32;
}
</style>
border-color css
<style>
span { border-color: #C8DE32; }
span { border-color: rgb(200,222,50); }
td.TdClassName
{
border-color: #C8DE32;
}
.TagClassName
{
border-color: #C8DE32;
}
</style>