Shades of Las Palmas #CAE949
Tints of Las Palmas #CAE949
RGB
CMYK
RGB Variations
Color information
#CAE949 (or 0xCAE949) is known color: Las Palmas. HEX triplet: CA, E9 and 49. RGB value is (202,233,73). Sum of RGB (Red+Green+Blue) = 202+233+73=508 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.76% from 508); Green value is 233 (91.41% from 255 or 45.87% from 508); Blue value is 73 (28.91% from 255 or 14.37% from 508); Max value from RGB is 233 - color contains mainly: green. Hex color #CAE949 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAE949 is #3516B6. Grayscale: #CECECE. Windows color (decimal): -3479223 or 4843978. OLE color: 4843978.
HSL color Cylindrical-coordinate representation of color #CAE949: hue angle of 71.62º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CAE949 is Cyan = 0.13, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 233 | 73 | - |
| CMYK | 0.13 | 0 | 0.69 | 0.09 |
| HSL | 71.63º | 0.78% | 0.6% | - |
| HSV(B) | 71.63º | 0.69% | 0.91% | - |
| XYZ | 54.7 | 71.32 | 17.19 | - |
| YUV | 205.49 | 53.23 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 233 | 73 | 0.13 | 0 | 0.69 | 0.09 | 71.63 | 0.78 | 0.6 |
| Hex | CA | E9 | 49 | D | 0 | 45 | 9 | 48 | 4E | 3C |
| Octal | 312 | 351 | 111 | 15 | 0 | 105 | 11 | 110 | 116 | 74 |
| Binary | 11001010 | 11101001 | 1001001 | 1101 | 0 | 1000101 | 1001 | 1001000 | 1001110 | 111100 |
Color Harmonies of #CAE949
Complementary color
Monochromatic Colors of #CAE949
Black with #CAE949
Text Example
Text Example
White with #CAE949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE949; }
p { color: rgb(202,233,73); }
H1.HeaderClassName
{
color: #CAE949;
}
.AnyTagClassName
{
color: #CAE949;
}
</style>
background-color css
<style>
a { background-color: #CAE949; }
a { background-color: rgb(202,233,73); }
div.DivClassName
{
background-color: #CAE949;
}
.BgClassName
{
background-color: #CAE949;
}
</style>
border-color css
<style>
span { border-color: #CAE949; }
span { border-color: rgb(202,233,73); }
td.TdClassName
{
border-color: #CAE949;
}
.TagClassName
{
border-color: #CAE949;
}
</style>