Shades of Las Palmas #CBE647
Tints of Las Palmas #CBE647
RGB
CMYK
RGB Variations
Color information
#CBE647 (or 0xCBE647) is known color: Las Palmas. HEX triplet: CB, E6 and 47. RGB value is (203,230,71). Sum of RGB (Red+Green+Blue) = 203+230+71=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 230 (90.23% from 255 or 45.63% from 504); Blue value is 71 (28.12% from 255 or 14.09% from 504); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE647 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBE647 is #3419B8. Grayscale: #CCCCCC. Windows color (decimal): -3414457 or 4712139. OLE color: 4712139.
HSL color Cylindrical-coordinate representation of color #CBE647: hue angle of 70.19º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CBE647 is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 230 | 71 | - |
| CMYK | 0.12 | 0 | 0.69 | 0.10 |
| HSL | 70.19º | 0.76% | 0.59% | - |
| HSV(B) | 70.19º | 0.69% | 0.9% | - |
| XYZ | 54.06 | 69.75 | 16.57 | - |
| YUV | 203.8 | 53.05 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 230 | 71 | 0.12 | 0 | 0.69 | 0.10 | 70.19 | 0.76 | 0.59 |
| Hex | CB | E6 | 47 | C | 0 | 45 | A | 46 | 4C | 3B |
| Octal | 313 | 346 | 107 | 14 | 0 | 105 | 12 | 106 | 114 | 73 |
| Binary | 11001011 | 11100110 | 1000111 | 1100 | 0 | 1000101 | 1010 | 1000110 | 1001100 | 111011 |
Color Harmonies of #CBE647
Complementary color
Monochromatic Colors of #CBE647
Black with #CBE647
Text Example
Text Example
White with #CBE647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE647; }
p { color: rgb(203,230,71); }
H1.HeaderClassName
{
color: #CBE647;
}
.AnyTagClassName
{
color: #CBE647;
}
</style>
background-color css
<style>
a { background-color: #CBE647; }
a { background-color: rgb(203,230,71); }
div.DivClassName
{
background-color: #CBE647;
}
.BgClassName
{
background-color: #CBE647;
}
</style>
border-color css
<style>
span { border-color: #CBE647; }
span { border-color: rgb(203,230,71); }
td.TdClassName
{
border-color: #CBE647;
}
.TagClassName
{
border-color: #CBE647;
}
</style>