Shades of Las Palmas #CAF04A
Tints of Las Palmas #CAF04A
RGB
CMYK
RGB Variations
Color information
#CAF04A (or 0xCAF04A) is known color: Las Palmas. HEX triplet: CA, F0 and 4A. RGB value is (202,240,74). Sum of RGB (Red+Green+Blue) = 202+240+74=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 240 (94.14% from 255 or 46.51% from 516); Blue value is 74 (29.30% from 255 or 14.34% from 516); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF04A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF04A is #350FB5. Grayscale: #D2D2D2. Windows color (decimal): -3477430 or 4911306. OLE color: 4911306.
HSL color Cylindrical-coordinate representation of color #CAF04A: hue angle of 73.73º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CAF04A is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 240 | 74 | - |
| CMYK | 0.16 | 0 | 0.69 | 0.06 |
| HSL | 73.73º | 0.85% | 0.62% | - |
| HSV(B) | 73.73º | 0.69% | 0.94% | - |
| XYZ | 56.75 | 75.37 | 18.04 | - |
| YUV | 209.71 | 51.41 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 240 | 74 | 0.16 | 0 | 0.69 | 0.06 | 73.73 | 0.85 | 0.62 |
| Hex | CA | F0 | 4A | 10 | 0 | 45 | 6 | 4A | 55 | 3E |
| Octal | 312 | 360 | 112 | 20 | 0 | 105 | 6 | 112 | 125 | 76 |
| Binary | 11001010 | 11110000 | 1001010 | 10000 | 0 | 1000101 | 110 | 1001010 | 1010101 | 111110 |
Color Harmonies of #CAF04A
Complementary color
Monochromatic Colors of #CAF04A
Black with #CAF04A
Text Example
Text Example
White with #CAF04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF04A; }
p { color: rgb(202,240,74); }
H1.HeaderClassName
{
color: #CAF04A;
}
.AnyTagClassName
{
color: #CAF04A;
}
</style>
background-color css
<style>
a { background-color: #CAF04A; }
a { background-color: rgb(202,240,74); }
div.DivClassName
{
background-color: #CAF04A;
}
.BgClassName
{
background-color: #CAF04A;
}
</style>
border-color css
<style>
span { border-color: #CAF04A; }
span { border-color: rgb(202,240,74); }
td.TdClassName
{
border-color: #CAF04A;
}
.TagClassName
{
border-color: #CAF04A;
}
</style>