Shades of Las Palmas #CAE04D
Tints of Las Palmas #CAE04D
RGB
CMYK
RGB Variations
Color information
#CAE04D (or 0xCAE04D) is known color: Las Palmas. HEX triplet: CA, E0 and 4D. RGB value is (202,224,77). Sum of RGB (Red+Green+Blue) = 202+224+77=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 224 (87.89% from 255 or 44.53% from 503); Blue value is 77 (30.47% from 255 or 15.31% from 503); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE04D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE04D is #351FB2. Grayscale: #C9C9C9. Windows color (decimal): -3481523 or 5103818. OLE color: 5103818.
HSL color Cylindrical-coordinate representation of color #CAE04D: hue angle of 68.98º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CAE04D is Cyan = 0.10, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 224 | 77 | - |
| CMYK | 0.10 | 0 | 0.66 | 0.12 |
| HSL | 68.98º | 0.7% | 0.59% | - |
| HSV(B) | 68.98º | 0.66% | 0.88% | - |
| XYZ | 52.35 | 66.4 | 17.08 | - |
| YUV | 200.66 | 58.21 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 224 | 77 | 0.10 | 0 | 0.66 | 0.12 | 68.98 | 0.7 | 0.59 |
| Hex | CA | E0 | 4D | A | 0 | 42 | C | 45 | 46 | 3B |
| Octal | 312 | 340 | 115 | 12 | 0 | 102 | 14 | 105 | 106 | 73 |
| Binary | 11001010 | 11100000 | 1001101 | 1010 | 0 | 1000010 | 1100 | 1000101 | 1000110 | 111011 |
Color Harmonies of #CAE04D
Complementary color
Monochromatic Colors of #CAE04D
Black with #CAE04D
Text Example
Text Example
White with #CAE04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE04D; }
p { color: rgb(202,224,77); }
H1.HeaderClassName
{
color: #CAE04D;
}
.AnyTagClassName
{
color: #CAE04D;
}
</style>
background-color css
<style>
a { background-color: #CAE04D; }
a { background-color: rgb(202,224,77); }
div.DivClassName
{
background-color: #CAE04D;
}
.BgClassName
{
background-color: #CAE04D;
}
</style>
border-color css
<style>
span { border-color: #CAE04D; }
span { border-color: rgb(202,224,77); }
td.TdClassName
{
border-color: #CAE04D;
}
.TagClassName
{
border-color: #CAE04D;
}
</style>