Shades of Las Palmas #CBE448
Tints of Las Palmas #CBE448
RGB
CMYK
RGB Variations
Color information
#CBE448 (or 0xCBE448) is known color: Las Palmas. HEX triplet: CB, E4 and 48. RGB value is (203,228,72). Sum of RGB (Red+Green+Blue) = 203+228+72=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 228 (89.45% from 255 or 45.33% from 503); Blue value is 72 (28.52% from 255 or 14.31% from 503); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE448 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE448 is #341BB7. Grayscale: #CBCBCB. Windows color (decimal): -3414968 or 4777163. OLE color: 4777163.
HSL color Cylindrical-coordinate representation of color #CBE448: hue angle of 69.62º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CBE448 is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 228 | 72 | - |
| CMYK | 0.11 | 0 | 0.68 | 0.11 |
| HSL | 69.62º | 0.74% | 0.59% | - |
| HSV(B) | 69.62º | 0.68% | 0.89% | - |
| XYZ | 53.54 | 68.65 | 16.56 | - |
| YUV | 202.74 | 54.22 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 228 | 72 | 0.11 | 0 | 0.68 | 0.11 | 69.62 | 0.74 | 0.59 |
| Hex | CB | E4 | 48 | B | 0 | 44 | B | 46 | 4A | 3B |
| Octal | 313 | 344 | 110 | 13 | 0 | 104 | 13 | 106 | 112 | 73 |
| Binary | 11001011 | 11100100 | 1001000 | 1011 | 0 | 1000100 | 1011 | 1000110 | 1001010 | 111011 |
Color Harmonies of #CBE448
Complementary color
Monochromatic Colors of #CBE448
Black with #CBE448
Text Example
Text Example
White with #CBE448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE448; }
p { color: rgb(203,228,72); }
H1.HeaderClassName
{
color: #CBE448;
}
.AnyTagClassName
{
color: #CBE448;
}
</style>
background-color css
<style>
a { background-color: #CBE448; }
a { background-color: rgb(203,228,72); }
div.DivClassName
{
background-color: #CBE448;
}
.BgClassName
{
background-color: #CBE448;
}
</style>
border-color css
<style>
span { border-color: #CBE448; }
span { border-color: rgb(203,228,72); }
td.TdClassName
{
border-color: #CBE448;
}
.TagClassName
{
border-color: #CBE448;
}
</style>