Shades of Las Palmas #CBE546
Tints of Las Palmas #CBE546
RGB
CMYK
RGB Variations
Color information
#CBE546 (or 0xCBE546) is known color: Las Palmas. HEX triplet: CB, E5 and 46. RGB value is (203,229,70). Sum of RGB (Red+Green+Blue) = 203+229+70=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 229 (89.84% from 255 or 45.62% from 502); Blue value is 70 (27.73% from 255 or 13.94% from 502); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE546 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE546 is #341AB9. Grayscale: #CBCBCB. Windows color (decimal): -3414714 or 4646347. OLE color: 4646347.
HSL color Cylindrical-coordinate representation of color #CBE546: hue angle of 69.81º degrees, saturation: 0.75, 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 #CBE546 is Cyan = 0.11, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 229 | 70 | - |
| CMYK | 0.11 | 0 | 0.69 | 0.10 |
| HSL | 69.81º | 0.75% | 0.59% | - |
| HSV(B) | 69.81º | 0.69% | 0.9% | - |
| XYZ | 53.75 | 69.18 | 16.31 | - |
| YUV | 203.1 | 52.89 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 229 | 70 | 0.11 | 0 | 0.69 | 0.10 | 69.81 | 0.75 | 0.59 |
| Hex | CB | E5 | 46 | B | 0 | 45 | A | 46 | 4B | 3B |
| Octal | 313 | 345 | 106 | 13 | 0 | 105 | 12 | 106 | 113 | 73 |
| Binary | 11001011 | 11100101 | 1000110 | 1011 | 0 | 1000101 | 1010 | 1000110 | 1001011 | 111011 |
Color Harmonies of #CBE546
Complementary color
Monochromatic Colors of #CBE546
Black with #CBE546
Text Example
Text Example
White with #CBE546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE546; }
p { color: rgb(203,229,70); }
H1.HeaderClassName
{
color: #CBE546;
}
.AnyTagClassName
{
color: #CBE546;
}
</style>
background-color css
<style>
a { background-color: #CBE546; }
a { background-color: rgb(203,229,70); }
div.DivClassName
{
background-color: #CBE546;
}
.BgClassName
{
background-color: #CBE546;
}
</style>
border-color css
<style>
span { border-color: #CBE546; }
span { border-color: rgb(203,229,70); }
td.TdClassName
{
border-color: #CBE546;
}
.TagClassName
{
border-color: #CBE546;
}
</style>