Shades of Las Palmas #CBE140
Tints of Las Palmas #CBE140
RGB
CMYK
RGB Variations
Color information
#CBE140 (or 0xCBE140) is known color: Las Palmas. HEX triplet: CB, E1 and 40. RGB value is (203,225,64). Sum of RGB (Red+Green+Blue) = 203+225+64=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 225 (88.28% from 255 or 45.73% from 492); Blue value is 64 (25.39% from 255 or 13.01% from 492); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE140 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE140 is #341EBF. Grayscale: #C8C8C8. Windows color (decimal): -3415744 or 4252107. OLE color: 4252107.
HSL color Cylindrical-coordinate representation of color #CBE140: hue angle of 68.2º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CBE140 is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 225 | 64 | - |
| CMYK | 0.10 | 0 | 0.72 | 0.12 |
| HSL | 68.2º | 0.73% | 0.57% | - |
| HSV(B) | 68.2º | 0.72% | 0.88% | - |
| XYZ | 52.48 | 66.92 | 15 | - |
| YUV | 200.07 | 51.21 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 225 | 64 | 0.10 | 0 | 0.72 | 0.12 | 68.2 | 0.73 | 0.57 |
| Hex | CB | E1 | 40 | A | 0 | 48 | C | 44 | 49 | 39 |
| Octal | 313 | 341 | 100 | 12 | 0 | 110 | 14 | 104 | 111 | 71 |
| Binary | 11001011 | 11100001 | 1000000 | 1010 | 0 | 1001000 | 1100 | 1000100 | 1001001 | 111001 |
Color Harmonies of #CBE140
Complementary color
Monochromatic Colors of #CBE140
Black with #CBE140
Text Example
Text Example
White with #CBE140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE140; }
p { color: rgb(203,225,64); }
H1.HeaderClassName
{
color: #CBE140;
}
.AnyTagClassName
{
color: #CBE140;
}
</style>
background-color css
<style>
a { background-color: #CBE140; }
a { background-color: rgb(203,225,64); }
div.DivClassName
{
background-color: #CBE140;
}
.BgClassName
{
background-color: #CBE140;
}
</style>
border-color css
<style>
span { border-color: #CBE140; }
span { border-color: rgb(203,225,64); }
td.TdClassName
{
border-color: #CBE140;
}
.TagClassName
{
border-color: #CBE140;
}
</style>