Shades of Las Palmas #C8E94B
Tints of Las Palmas #C8E94B
RGB
CMYK
RGB Variations
Color information
#C8E94B (or 0xC8E94B) is known color: Las Palmas. HEX triplet: C8, E9 and 4B. RGB value is (200,233,75). Sum of RGB (Red+Green+Blue) = 200+233+75=508 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.37% from 508); Green value is 233 (91.41% from 255 or 45.87% from 508); Blue value is 75 (29.69% from 255 or 14.76% from 508); Max value from RGB is 233 - color contains mainly: green. Hex color #C8E94B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8E94B is #3716B4. Grayscale: #CDCDCD. Windows color (decimal): -3610293 or 4975048. OLE color: 4975048.
HSL color Cylindrical-coordinate representation of color #C8E94B: hue angle of 72.53º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C8E94B is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 233 | 75 | - |
| CMYK | 0.14 | 0 | 0.68 | 0.09 |
| HSL | 72.53º | 0.78% | 0.6% | - |
| HSV(B) | 72.53º | 0.68% | 0.91% | - |
| XYZ | 54.23 | 71.07 | 17.52 | - |
| YUV | 205.12 | 54.57 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 233 | 75 | 0.14 | 0 | 0.68 | 0.09 | 72.53 | 0.78 | 0.6 |
| Hex | C8 | E9 | 4B | E | 0 | 44 | 9 | 49 | 4E | 3C |
| Octal | 310 | 351 | 113 | 16 | 0 | 104 | 11 | 111 | 116 | 74 |
| Binary | 11001000 | 11101001 | 1001011 | 1110 | 0 | 1000100 | 1001 | 1001001 | 1001110 | 111100 |
Color Harmonies of #C8E94B
Complementary color
Monochromatic Colors of #C8E94B
Black with #C8E94B
Text Example
Text Example
White with #C8E94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E94B; }
p { color: rgb(200,233,75); }
H1.HeaderClassName
{
color: #C8E94B;
}
.AnyTagClassName
{
color: #C8E94B;
}
</style>
background-color css
<style>
a { background-color: #C8E94B; }
a { background-color: rgb(200,233,75); }
div.DivClassName
{
background-color: #C8E94B;
}
.BgClassName
{
background-color: #C8E94B;
}
</style>
border-color css
<style>
span { border-color: #C8E94B; }
span { border-color: rgb(200,233,75); }
td.TdClassName
{
border-color: #C8E94B;
}
.TagClassName
{
border-color: #C8E94B;
}
</style>