Shades of Las Palmas #CBE64B
Tints of Las Palmas #CBE64B
RGB
CMYK
RGB Variations
Color information
#CBE64B (or 0xCBE64B) is known color: Las Palmas. HEX triplet: CB, E6 and 4B. RGB value is (203,230,75). Sum of RGB (Red+Green+Blue) = 203+230+75=508 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.96% from 508); Green value is 230 (90.23% from 255 or 45.28% from 508); Blue value is 75 (29.69% from 255 or 14.76% from 508); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE64B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBE64B is #3419B4. Grayscale: #CCCCCC. Windows color (decimal): -3414453 or 4974283. OLE color: 4974283.
HSL color Cylindrical-coordinate representation of color #CBE64B: hue angle of 70.45º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CBE64B is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 230 | 75 | - |
| CMYK | 0.12 | 0 | 0.67 | 0.10 |
| HSL | 70.45º | 0.76% | 0.6% | - |
| HSV(B) | 70.45º | 0.67% | 0.9% | - |
| XYZ | 54.2 | 69.8 | 17.27 | - |
| YUV | 204.26 | 55.05 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 230 | 75 | 0.12 | 0 | 0.67 | 0.10 | 70.45 | 0.76 | 0.6 |
| Hex | CB | E6 | 4B | C | 0 | 43 | A | 46 | 4C | 3C |
| Octal | 313 | 346 | 113 | 14 | 0 | 103 | 12 | 106 | 114 | 74 |
| Binary | 11001011 | 11100110 | 1001011 | 1100 | 0 | 1000011 | 1010 | 1000110 | 1001100 | 111100 |
Color Harmonies of #CBE64B
Complementary color
Monochromatic Colors of #CBE64B
Black with #CBE64B
Text Example
Text Example
White with #CBE64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE64B; }
p { color: rgb(203,230,75); }
H1.HeaderClassName
{
color: #CBE64B;
}
.AnyTagClassName
{
color: #CBE64B;
}
</style>
background-color css
<style>
a { background-color: #CBE64B; }
a { background-color: rgb(203,230,75); }
div.DivClassName
{
background-color: #CBE64B;
}
.BgClassName
{
background-color: #CBE64B;
}
</style>
border-color css
<style>
span { border-color: #CBE64B; }
span { border-color: rgb(203,230,75); }
td.TdClassName
{
border-color: #CBE64B;
}
.TagClassName
{
border-color: #CBE64B;
}
</style>