Shades of Las Palmas #CBE142
Tints of Las Palmas #CBE142
RGB
CMYK
RGB Variations
Color information
#CBE142 (or 0xCBE142) is known color: Las Palmas. HEX triplet: CB, E1 and 42. RGB value is (203,225,66). Sum of RGB (Red+Green+Blue) = 203+225+66=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 225 (88.28% from 255 or 45.55% from 494); Blue value is 66 (26.17% from 255 or 13.36% from 494); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE142 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE142 is #341EBD. Grayscale: #C8C8C8. Windows color (decimal): -3415742 or 4383179. OLE color: 4383179.
HSL color Cylindrical-coordinate representation of color #CBE142: hue angle of 68.3º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CBE142 is Cyan = 0.10, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 225 | 66 | - |
| CMYK | 0.10 | 0 | 0.71 | 0.12 |
| HSL | 68.3º | 0.73% | 0.57% | - |
| HSV(B) | 68.3º | 0.71% | 0.88% | - |
| XYZ | 52.54 | 66.94 | 15.31 | - |
| YUV | 200.3 | 52.21 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 225 | 66 | 0.10 | 0 | 0.71 | 0.12 | 68.3 | 0.73 | 0.57 |
| Hex | CB | E1 | 42 | A | 0 | 47 | C | 44 | 49 | 39 |
| Octal | 313 | 341 | 102 | 12 | 0 | 107 | 14 | 104 | 111 | 71 |
| Binary | 11001011 | 11100001 | 1000010 | 1010 | 0 | 1000111 | 1100 | 1000100 | 1001001 | 111001 |
Color Harmonies of #CBE142
Complementary color
Monochromatic Colors of #CBE142
Black with #CBE142
Text Example
Text Example
White with #CBE142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE142; }
p { color: rgb(203,225,66); }
H1.HeaderClassName
{
color: #CBE142;
}
.AnyTagClassName
{
color: #CBE142;
}
</style>
background-color css
<style>
a { background-color: #CBE142; }
a { background-color: rgb(203,225,66); }
div.DivClassName
{
background-color: #CBE142;
}
.BgClassName
{
background-color: #CBE142;
}
</style>
border-color css
<style>
span { border-color: #CBE142; }
span { border-color: rgb(203,225,66); }
td.TdClassName
{
border-color: #CBE142;
}
.TagClassName
{
border-color: #CBE142;
}
</style>