Shades of Las Palmas #CAE448
Tints of Las Palmas #CAE448
RGB
CMYK
RGB Variations
Color information
#CAE448 (or 0xCAE448) is known color: Las Palmas. HEX triplet: CA, E4 and 48. RGB value is (202,228,72). Sum of RGB (Red+Green+Blue) = 202+228+72=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 228 (89.45% from 255 or 45.42% from 502); Blue value is 72 (28.52% from 255 or 14.34% from 502); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE448 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE448 is #351BB7. Grayscale: #CBCBCB. Windows color (decimal): -3480504 or 4777162. OLE color: 4777162.
HSL color Cylindrical-coordinate representation of color #CAE448: hue angle of 70º 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 #CAE448 is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 228 | 72 | - |
| CMYK | 0.11 | 0 | 0.68 | 0.11 |
| HSL | 70º | 0.74% | 0.59% | - |
| HSV(B) | 70º | 0.68% | 0.89% | - |
| XYZ | 53.27 | 68.51 | 16.55 | - |
| YUV | 202.44 | 54.39 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 228 | 72 | 0.11 | 0 | 0.68 | 0.11 | 70 | 0.74 | 0.59 |
| Hex | CA | E4 | 48 | B | 0 | 44 | B | 46 | 4A | 3B |
| Octal | 312 | 344 | 110 | 13 | 0 | 104 | 13 | 106 | 112 | 73 |
| Binary | 11001010 | 11100100 | 1001000 | 1011 | 0 | 1000100 | 1011 | 1000110 | 1001010 | 111011 |
Color Harmonies of #CAE448
Complementary color
Monochromatic Colors of #CAE448
Black with #CAE448
Text Example
Text Example
White with #CAE448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE448; }
p { color: rgb(202,228,72); }
H1.HeaderClassName
{
color: #CAE448;
}
.AnyTagClassName
{
color: #CAE448;
}
</style>
background-color css
<style>
a { background-color: #CAE448; }
a { background-color: rgb(202,228,72); }
div.DivClassName
{
background-color: #CAE448;
}
.BgClassName
{
background-color: #CAE448;
}
</style>
border-color css
<style>
span { border-color: #CAE448; }
span { border-color: rgb(202,228,72); }
td.TdClassName
{
border-color: #CAE448;
}
.TagClassName
{
border-color: #CAE448;
}
</style>