Shades of Las Palmas #CBE640
Tints of Las Palmas #CBE640
RGB
CMYK
RGB Variations
Color information
#CBE640 (or 0xCBE640) is known color: Las Palmas. HEX triplet: CB, E6 and 40. RGB value is (203,230,64). Sum of RGB (Red+Green+Blue) = 203+230+64=497 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.85% from 497); Green value is 230 (90.23% from 255 or 46.28% from 497); Blue value is 64 (25.39% from 255 or 12.88% from 497); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE640 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBE640 is #3419BF. Grayscale: #CBCBCB. Windows color (decimal): -3414464 or 4253387. OLE color: 4253387.
HSL color Cylindrical-coordinate representation of color #CBE640: hue angle of 69.76º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CBE640 is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 230 | 64 | - |
| CMYK | 0.12 | 0 | 0.72 | 0.10 |
| HSL | 69.76º | 0.77% | 0.58% | - |
| HSV(B) | 69.76º | 0.72% | 0.9% | - |
| XYZ | 53.85 | 69.66 | 15.46 | - |
| YUV | 203 | 49.55 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 230 | 64 | 0.12 | 0 | 0.72 | 0.10 | 69.76 | 0.77 | 0.58 |
| Hex | CB | E6 | 40 | C | 0 | 48 | A | 46 | 4D | 3A |
| Octal | 313 | 346 | 100 | 14 | 0 | 110 | 12 | 106 | 115 | 72 |
| Binary | 11001011 | 11100110 | 1000000 | 1100 | 0 | 1001000 | 1010 | 1000110 | 1001101 | 111010 |
Color Harmonies of #CBE640
Complementary color
Monochromatic Colors of #CBE640
Black with #CBE640
Text Example
Text Example
White with #CBE640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE640; }
p { color: rgb(203,230,64); }
H1.HeaderClassName
{
color: #CBE640;
}
.AnyTagClassName
{
color: #CBE640;
}
</style>
background-color css
<style>
a { background-color: #CBE640; }
a { background-color: rgb(203,230,64); }
div.DivClassName
{
background-color: #CBE640;
}
.BgClassName
{
background-color: #CBE640;
}
</style>
border-color css
<style>
span { border-color: #CBE640; }
span { border-color: rgb(203,230,64); }
td.TdClassName
{
border-color: #CBE640;
}
.TagClassName
{
border-color: #CBE640;
}
</style>