Shades of Las Palmas #C8E74D
Tints of Las Palmas #C8E74D
RGB
CMYK
RGB Variations
Color information
#C8E74D (or 0xC8E74D) is known color: Las Palmas. HEX triplet: C8, E7 and 4D. RGB value is (200,231,77). Sum of RGB (Red+Green+Blue) = 200+231+77=508 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.37% from 508); Green value is 231 (90.62% from 255 or 45.47% from 508); Blue value is 77 (30.47% from 255 or 15.16% from 508); Max value from RGB is 231 - color contains mainly: green. Hex color #C8E74D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8E74D is #3718B2. Grayscale: #CCCCCC. Windows color (decimal): -3610803 or 5105608. OLE color: 5105608.
HSL color Cylindrical-coordinate representation of color #C8E74D: hue angle of 72.08º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C8E74D is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 231 | 77 | - |
| CMYK | 0.13 | 0 | 0.67 | 0.09 |
| HSL | 72.08º | 0.76% | 0.6% | - |
| HSV(B) | 72.08º | 0.67% | 0.91% | - |
| XYZ | 53.73 | 69.97 | 17.69 | - |
| YUV | 204.18 | 56.23 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 231 | 77 | 0.13 | 0 | 0.67 | 0.09 | 72.08 | 0.76 | 0.6 |
| Hex | C8 | E7 | 4D | D | 0 | 43 | 9 | 48 | 4C | 3C |
| Octal | 310 | 347 | 115 | 15 | 0 | 103 | 11 | 110 | 114 | 74 |
| Binary | 11001000 | 11100111 | 1001101 | 1101 | 0 | 1000011 | 1001 | 1001000 | 1001100 | 111100 |
Color Harmonies of #C8E74D
Complementary color
Monochromatic Colors of #C8E74D
Black with #C8E74D
Text Example
Text Example
White with #C8E74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E74D; }
p { color: rgb(200,231,77); }
H1.HeaderClassName
{
color: #C8E74D;
}
.AnyTagClassName
{
color: #C8E74D;
}
</style>
background-color css
<style>
a { background-color: #C8E74D; }
a { background-color: rgb(200,231,77); }
div.DivClassName
{
background-color: #C8E74D;
}
.BgClassName
{
background-color: #C8E74D;
}
</style>
border-color css
<style>
span { border-color: #C8E74D; }
span { border-color: rgb(200,231,77); }
td.TdClassName
{
border-color: #C8E74D;
}
.TagClassName
{
border-color: #C8E74D;
}
</style>