Shades of Las Palmas #CAE94C
Tints of Las Palmas #CAE94C
RGB
CMYK
RGB Variations
Color information
#CAE94C (or 0xCAE94C) is known color: Las Palmas. HEX triplet: CA, E9 and 4C. RGB value is (202,233,76). Sum of RGB (Red+Green+Blue) = 202+233+76=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 233 (91.41% from 255 or 45.60% from 511); Blue value is 76 (30.08% from 255 or 14.87% from 511); Max value from RGB is 233 - color contains mainly: green. Hex color #CAE94C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAE94C is #3516B3. Grayscale: #CECECE. Windows color (decimal): -3479220 or 5040586. OLE color: 5040586.
HSL color Cylindrical-coordinate representation of color #CAE94C: hue angle of 71.85º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CAE94C is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 233 | 76 | - |
| CMYK | 0.13 | 0 | 0.67 | 0.09 |
| HSL | 71.85º | 0.78% | 0.61% | - |
| HSV(B) | 71.85º | 0.67% | 0.91% | - |
| XYZ | 54.8 | 71.36 | 17.72 | - |
| YUV | 205.83 | 54.73 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 233 | 76 | 0.13 | 0 | 0.67 | 0.09 | 71.85 | 0.78 | 0.61 |
| Hex | CA | E9 | 4C | D | 0 | 43 | 9 | 48 | 4E | 3D |
| Octal | 312 | 351 | 114 | 15 | 0 | 103 | 11 | 110 | 116 | 75 |
| Binary | 11001010 | 11101001 | 1001100 | 1101 | 0 | 1000011 | 1001 | 1001000 | 1001110 | 111101 |
Color Harmonies of #CAE94C
Complementary color
Monochromatic Colors of #CAE94C
Black with #CAE94C
Text Example
Text Example
White with #CAE94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE94C; }
p { color: rgb(202,233,76); }
H1.HeaderClassName
{
color: #CAE94C;
}
.AnyTagClassName
{
color: #CAE94C;
}
</style>
background-color css
<style>
a { background-color: #CAE94C; }
a { background-color: rgb(202,233,76); }
div.DivClassName
{
background-color: #CAE94C;
}
.BgClassName
{
background-color: #CAE94C;
}
</style>
border-color css
<style>
span { border-color: #CAE94C; }
span { border-color: rgb(202,233,76); }
td.TdClassName
{
border-color: #CAE94C;
}
.TagClassName
{
border-color: #CAE94C;
}
</style>