Shades of Las Palmas #C8E74C
Tints of Las Palmas #C8E74C
RGB
CMYK
RGB Variations
Color information
#C8E74C (or 0xC8E74C) is known color: Las Palmas. HEX triplet: C8, E7 and 4C. RGB value is (200,231,76). Sum of RGB (Red+Green+Blue) = 200+231+76=507 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.45% from 507); Green value is 231 (90.62% from 255 or 45.56% from 507); Blue value is 76 (30.08% from 255 or 14.99% from 507); Max value from RGB is 231 - color contains mainly: green. Hex color #C8E74C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8E74C is #3718B3. Grayscale: #CCCCCC. Windows color (decimal): -3610804 or 5040072. OLE color: 5040072.
HSL color Cylindrical-coordinate representation of color #C8E74C: hue angle of 72º 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 #C8E74C is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 231 | 76 | - |
| CMYK | 0.13 | 0 | 0.67 | 0.09 |
| HSL | 72º | 0.76% | 0.6% | - |
| HSV(B) | 72º | 0.67% | 0.91% | - |
| XYZ | 53.7 | 69.95 | 17.51 | - |
| YUV | 204.06 | 55.73 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 231 | 76 | 0.13 | 0 | 0.67 | 0.09 | 72 | 0.76 | 0.6 |
| Hex | C8 | E7 | 4C | D | 0 | 43 | 9 | 48 | 4C | 3C |
| Octal | 310 | 347 | 114 | 15 | 0 | 103 | 11 | 110 | 114 | 74 |
| Binary | 11001000 | 11100111 | 1001100 | 1101 | 0 | 1000011 | 1001 | 1001000 | 1001100 | 111100 |
Color Harmonies of #C8E74C
Complementary color
Monochromatic Colors of #C8E74C
Black with #C8E74C
Text Example
Text Example
White with #C8E74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E74C; }
p { color: rgb(200,231,76); }
H1.HeaderClassName
{
color: #C8E74C;
}
.AnyTagClassName
{
color: #C8E74C;
}
</style>
background-color css
<style>
a { background-color: #C8E74C; }
a { background-color: rgb(200,231,76); }
div.DivClassName
{
background-color: #C8E74C;
}
.BgClassName
{
background-color: #C8E74C;
}
</style>
border-color css
<style>
span { border-color: #C8E74C; }
span { border-color: rgb(200,231,76); }
td.TdClassName
{
border-color: #C8E74C;
}
.TagClassName
{
border-color: #C8E74C;
}
</style>