Shades of Las Palmas #CBE343
Tints of Las Palmas #CBE343
RGB
CMYK
RGB Variations
Color information
#CBE343 (or 0xCBE343) is known color: Las Palmas. HEX triplet: CB, E3 and 43. RGB value is (203,227,67). Sum of RGB (Red+Green+Blue) = 203+227+67=497 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.85% from 497); Green value is 227 (89.06% from 255 or 45.67% from 497); Blue value is 67 (26.56% from 255 or 13.48% from 497); Max value from RGB is 227 - color contains mainly: green. Hex color #CBE343 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE343 is #341CBC. Grayscale: #CACACA. Windows color (decimal): -3415229 or 4449227. OLE color: 4449227.
HSL color Cylindrical-coordinate representation of color #CBE343: hue angle of 69º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CBE343 is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 227 | 67 | - |
| CMYK | 0.11 | 0 | 0.70 | 0.11 |
| HSL | 69º | 0.74% | 0.58% | - |
| HSV(B) | 69º | 0.7% | 0.89% | - |
| XYZ | 53.11 | 68.04 | 15.64 | - |
| YUV | 201.58 | 52.05 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 227 | 67 | 0.11 | 0 | 0.70 | 0.11 | 69 | 0.74 | 0.58 |
| Hex | CB | E3 | 43 | B | 0 | 46 | B | 45 | 4A | 3A |
| Octal | 313 | 343 | 103 | 13 | 0 | 106 | 13 | 105 | 112 | 72 |
| Binary | 11001011 | 11100011 | 1000011 | 1011 | 0 | 1000110 | 1011 | 1000101 | 1001010 | 111010 |
Color Harmonies of #CBE343
Complementary color
Monochromatic Colors of #CBE343
Black with #CBE343
Text Example
Text Example
White with #CBE343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE343; }
p { color: rgb(203,227,67); }
H1.HeaderClassName
{
color: #CBE343;
}
.AnyTagClassName
{
color: #CBE343;
}
</style>
background-color css
<style>
a { background-color: #CBE343; }
a { background-color: rgb(203,227,67); }
div.DivClassName
{
background-color: #CBE343;
}
.BgClassName
{
background-color: #CBE343;
}
</style>
border-color css
<style>
span { border-color: #CBE343; }
span { border-color: rgb(203,227,67); }
td.TdClassName
{
border-color: #CBE343;
}
.TagClassName
{
border-color: #CBE343;
}
</style>