Shades of Las Palmas #CAE43C
Tints of Las Palmas #CAE43C
RGB
CMYK
RGB Variations
Color information
#CAE43C (or 0xCAE43C) is known color: Las Palmas. HEX triplet: CA, E4 and 3C. RGB value is (202,228,60). Sum of RGB (Red+Green+Blue) = 202+228+60=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 228 (89.45% from 255 or 46.53% from 490); Blue value is 60 (23.83% from 255 or 12.24% from 490); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE43C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE43C is #351BC3. Grayscale: #C9C9C9. Windows color (decimal): -3480516 or 3990730. OLE color: 3990730.
HSL color Cylindrical-coordinate representation of color #CAE43C: hue angle of 69.29º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CAE43C is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 228 | 60 | - |
| CMYK | 0.11 | 0 | 0.74 | 0.11 |
| HSL | 69.29º | 0.76% | 0.56% | - |
| HSV(B) | 69.29º | 0.74% | 0.89% | - |
| XYZ | 52.92 | 68.37 | 14.68 | - |
| YUV | 201.07 | 48.39 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 228 | 60 | 0.11 | 0 | 0.74 | 0.11 | 69.29 | 0.76 | 0.56 |
| Hex | CA | E4 | 3C | B | 0 | 4A | B | 45 | 4C | 38 |
| Octal | 312 | 344 | 74 | 13 | 0 | 112 | 13 | 105 | 114 | 70 |
| Binary | 11001010 | 11100100 | 111100 | 1011 | 0 | 1001010 | 1011 | 1000101 | 1001100 | 111000 |
Color Harmonies of #CAE43C
Complementary color
Monochromatic Colors of #CAE43C
Black with #CAE43C
Text Example
Text Example
White with #CAE43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE43C; }
p { color: rgb(202,228,60); }
H1.HeaderClassName
{
color: #CAE43C;
}
.AnyTagClassName
{
color: #CAE43C;
}
</style>
background-color css
<style>
a { background-color: #CAE43C; }
a { background-color: rgb(202,228,60); }
div.DivClassName
{
background-color: #CAE43C;
}
.BgClassName
{
background-color: #CAE43C;
}
</style>
border-color css
<style>
span { border-color: #CAE43C; }
span { border-color: rgb(202,228,60); }
td.TdClassName
{
border-color: #CAE43C;
}
.TagClassName
{
border-color: #CAE43C;
}
</style>