Shades of Las Palmas #CBE440
Tints of Las Palmas #CBE440
RGB
CMYK
RGB Variations
Color information
#CBE440 (or 0xCBE440) is known color: Las Palmas. HEX triplet: CB, E4 and 40. RGB value is (203,228,64). Sum of RGB (Red+Green+Blue) = 203+228+64=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 228 (89.45% from 255 or 46.06% from 495); Blue value is 64 (25.39% from 255 or 12.93% from 495); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE440 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE440 is #341BBF. Grayscale: #CACACA. Windows color (decimal): -3414976 or 4252875. OLE color: 4252875.
HSL color Cylindrical-coordinate representation of color #CBE440: hue angle of 69.15º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CBE440 is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 228 | 64 | - |
| CMYK | 0.11 | 0 | 0.72 | 0.11 |
| HSL | 69.15º | 0.75% | 0.57% | - |
| HSV(B) | 69.15º | 0.72% | 0.89% | - |
| XYZ | 53.3 | 68.55 | 15.27 | - |
| YUV | 201.83 | 50.22 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 228 | 64 | 0.11 | 0 | 0.72 | 0.11 | 69.15 | 0.75 | 0.57 |
| Hex | CB | E4 | 40 | B | 0 | 48 | B | 45 | 4B | 39 |
| Octal | 313 | 344 | 100 | 13 | 0 | 110 | 13 | 105 | 113 | 71 |
| Binary | 11001011 | 11100100 | 1000000 | 1011 | 0 | 1001000 | 1011 | 1000101 | 1001011 | 111001 |
Color Harmonies of #CBE440
Complementary color
Monochromatic Colors of #CBE440
Black with #CBE440
Text Example
Text Example
White with #CBE440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE440; }
p { color: rgb(203,228,64); }
H1.HeaderClassName
{
color: #CBE440;
}
.AnyTagClassName
{
color: #CBE440;
}
</style>
background-color css
<style>
a { background-color: #CBE440; }
a { background-color: rgb(203,228,64); }
div.DivClassName
{
background-color: #CBE440;
}
.BgClassName
{
background-color: #CBE440;
}
</style>
border-color css
<style>
span { border-color: #CBE440; }
span { border-color: rgb(203,228,64); }
td.TdClassName
{
border-color: #CBE440;
}
.TagClassName
{
border-color: #CBE440;
}
</style>