Shades of Las Palmas #C8EF47
Tints of Las Palmas #C8EF47
RGB
CMYK
RGB Variations
Color information
#C8EF47 (or 0xC8EF47) is known color: Las Palmas. HEX triplet: C8, EF and 47. RGB value is (200,239,71). Sum of RGB (Red+Green+Blue) = 200+239+71=510 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.22% from 510); Green value is 239 (93.75% from 255 or 46.86% from 510); Blue value is 71 (28.12% from 255 or 13.92% from 510); Max value from RGB is 239 - color contains mainly: green. Hex color #C8EF47 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8EF47 is #3710B8. Grayscale: #D0D0D0. Windows color (decimal): -3608761 or 4714440. OLE color: 4714440.
HSL color Cylindrical-coordinate representation of color #C8EF47: hue angle of 73.93º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C8EF47 is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 239 | 71 | - |
| CMYK | 0.16 | 0 | 0.70 | 0.06 |
| HSL | 73.93º | 0.84% | 0.61% | - |
| HSV(B) | 73.93º | 0.7% | 0.94% | - |
| XYZ | 55.82 | 74.47 | 17.39 | - |
| YUV | 208.19 | 50.58 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 239 | 71 | 0.16 | 0 | 0.70 | 0.06 | 73.93 | 0.84 | 0.61 |
| Hex | C8 | EF | 47 | 10 | 0 | 46 | 6 | 4A | 54 | 3D |
| Octal | 310 | 357 | 107 | 20 | 0 | 106 | 6 | 112 | 124 | 75 |
| Binary | 11001000 | 11101111 | 1000111 | 10000 | 0 | 1000110 | 110 | 1001010 | 1010100 | 111101 |
Color Harmonies of #C8EF47
Complementary color
Monochromatic Colors of #C8EF47
Black with #C8EF47
Text Example
Text Example
White with #C8EF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EF47; }
p { color: rgb(200,239,71); }
H1.HeaderClassName
{
color: #C8EF47;
}
.AnyTagClassName
{
color: #C8EF47;
}
</style>
background-color css
<style>
a { background-color: #C8EF47; }
a { background-color: rgb(200,239,71); }
div.DivClassName
{
background-color: #C8EF47;
}
.BgClassName
{
background-color: #C8EF47;
}
</style>
border-color css
<style>
span { border-color: #C8EF47; }
span { border-color: rgb(200,239,71); }
td.TdClassName
{
border-color: #C8EF47;
}
.TagClassName
{
border-color: #C8EF47;
}
</style>