Shades of Las Palmas #CBE64A
Tints of Las Palmas #CBE64A
RGB
CMYK
RGB Variations
Color information
#CBE64A (or 0xCBE64A) is known color: Las Palmas. HEX triplet: CB, E6 and 4A. RGB value is (203,230,74). Sum of RGB (Red+Green+Blue) = 203+230+74=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 230 (90.23% from 255 or 45.36% from 507); Blue value is 74 (29.30% from 255 or 14.60% from 507); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE64A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBE64A is #3419B5. Grayscale: #CCCCCC. Windows color (decimal): -3414454 or 4908747. OLE color: 4908747.
HSL color Cylindrical-coordinate representation of color #CBE64A: hue angle of 70.38º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CBE64A is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 230 | 74 | - |
| CMYK | 0.12 | 0 | 0.68 | 0.10 |
| HSL | 70.38º | 0.76% | 0.6% | - |
| HSV(B) | 70.38º | 0.68% | 0.9% | - |
| XYZ | 54.16 | 69.78 | 17.09 | - |
| YUV | 204.14 | 54.55 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 230 | 74 | 0.12 | 0 | 0.68 | 0.10 | 70.38 | 0.76 | 0.6 |
| Hex | CB | E6 | 4A | C | 0 | 44 | A | 46 | 4C | 3C |
| Octal | 313 | 346 | 112 | 14 | 0 | 104 | 12 | 106 | 114 | 74 |
| Binary | 11001011 | 11100110 | 1001010 | 1100 | 0 | 1000100 | 1010 | 1000110 | 1001100 | 111100 |
Color Harmonies of #CBE64A
Complementary color
Monochromatic Colors of #CBE64A
Black with #CBE64A
Text Example
Text Example
White with #CBE64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE64A; }
p { color: rgb(203,230,74); }
H1.HeaderClassName
{
color: #CBE64A;
}
.AnyTagClassName
{
color: #CBE64A;
}
</style>
background-color css
<style>
a { background-color: #CBE64A; }
a { background-color: rgb(203,230,74); }
div.DivClassName
{
background-color: #CBE64A;
}
.BgClassName
{
background-color: #CBE64A;
}
</style>
border-color css
<style>
span { border-color: #CBE64A; }
span { border-color: rgb(203,230,74); }
td.TdClassName
{
border-color: #CBE64A;
}
.TagClassName
{
border-color: #CBE64A;
}
</style>