Shades of Las Palmas #C8EA44
Tints of Las Palmas #C8EA44
RGB
CMYK
RGB Variations
Color information
#C8EA44 (or 0xC8EA44) is known color: Las Palmas. HEX triplet: C8, EA and 44. RGB value is (200,234,68). Sum of RGB (Red+Green+Blue) = 200+234+68=502 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.84% from 502); Green value is 234 (91.80% from 255 or 46.61% from 502); Blue value is 68 (26.95% from 255 or 13.55% from 502); Max value from RGB is 234 - color contains mainly: green. Hex color #C8EA44 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8EA44 is #3715BB. Grayscale: #CDCDCD. Windows color (decimal): -3610044 or 4516552. OLE color: 4516552.
HSL color Cylindrical-coordinate representation of color #C8EA44: hue angle of 72.29º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C8EA44 is Cyan = 0.15, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 234 | 68 | - |
| CMYK | 0.15 | 0 | 0.71 | 0.08 |
| HSL | 72.29º | 0.8% | 0.59% | - |
| HSV(B) | 72.29º | 0.71% | 0.92% | - |
| XYZ | 54.29 | 71.54 | 16.42 | - |
| YUV | 204.91 | 50.74 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 234 | 68 | 0.15 | 0 | 0.71 | 0.08 | 72.29 | 0.8 | 0.59 |
| Hex | C8 | EA | 44 | F | 0 | 47 | 8 | 48 | 50 | 3B |
| Octal | 310 | 352 | 104 | 17 | 0 | 107 | 10 | 110 | 120 | 73 |
| Binary | 11001000 | 11101010 | 1000100 | 1111 | 0 | 1000111 | 1000 | 1001000 | 1010000 | 111011 |
Color Harmonies of #C8EA44
Complementary color
Monochromatic Colors of #C8EA44
Black with #C8EA44
Text Example
Text Example
White with #C8EA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EA44; }
p { color: rgb(200,234,68); }
H1.HeaderClassName
{
color: #C8EA44;
}
.AnyTagClassName
{
color: #C8EA44;
}
</style>
background-color css
<style>
a { background-color: #C8EA44; }
a { background-color: rgb(200,234,68); }
div.DivClassName
{
background-color: #C8EA44;
}
.BgClassName
{
background-color: #C8EA44;
}
</style>
border-color css
<style>
span { border-color: #C8EA44; }
span { border-color: rgb(200,234,68); }
td.TdClassName
{
border-color: #C8EA44;
}
.TagClassName
{
border-color: #C8EA44;
}
</style>