Shades of Las Palmas #C8E74B
Tints of Las Palmas #C8E74B
RGB
CMYK
RGB Variations
Color information
#C8E74B (or 0xC8E74B) is known color: Las Palmas. HEX triplet: C8, E7 and 4B. RGB value is (200,231,75). Sum of RGB (Red+Green+Blue) = 200+231+75=506 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.53% from 506); Green value is 231 (90.62% from 255 or 45.65% from 506); Blue value is 75 (29.69% from 255 or 14.82% from 506); Max value from RGB is 231 - color contains mainly: green. Hex color #C8E74B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8E74B is #3718B4. Grayscale: #CCCCCC. Windows color (decimal): -3610805 or 4974536. OLE color: 4974536.
HSL color Cylindrical-coordinate representation of color #C8E74B: hue angle of 71.92º degrees, saturation: 0.76, 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 #C8E74B is Cyan = 0.13, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 231 | 75 | - |
| CMYK | 0.13 | 0 | 0.68 | 0.09 |
| HSL | 71.92º | 0.76% | 0.6% | - |
| HSV(B) | 71.92º | 0.68% | 0.91% | - |
| XYZ | 53.67 | 69.94 | 17.33 | - |
| YUV | 203.95 | 55.23 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 231 | 75 | 0.13 | 0 | 0.68 | 0.09 | 71.92 | 0.76 | 0.6 |
| Hex | C8 | E7 | 4B | D | 0 | 44 | 9 | 48 | 4C | 3C |
| Octal | 310 | 347 | 113 | 15 | 0 | 104 | 11 | 110 | 114 | 74 |
| Binary | 11001000 | 11100111 | 1001011 | 1101 | 0 | 1000100 | 1001 | 1001000 | 1001100 | 111100 |
Color Harmonies of #C8E74B
Complementary color
Monochromatic Colors of #C8E74B
Black with #C8E74B
Text Example
Text Example
White with #C8E74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E74B; }
p { color: rgb(200,231,75); }
H1.HeaderClassName
{
color: #C8E74B;
}
.AnyTagClassName
{
color: #C8E74B;
}
</style>
background-color css
<style>
a { background-color: #C8E74B; }
a { background-color: rgb(200,231,75); }
div.DivClassName
{
background-color: #C8E74B;
}
.BgClassName
{
background-color: #C8E74B;
}
</style>
border-color css
<style>
span { border-color: #C8E74B; }
span { border-color: rgb(200,231,75); }
td.TdClassName
{
border-color: #C8E74B;
}
.TagClassName
{
border-color: #C8E74B;
}
</style>