Shades of Las Palmas #CADE40
Tints of Las Palmas #CADE40
RGB
CMYK
RGB Variations
Color information
#CADE40 (or 0xCADE40) is known color: Las Palmas. HEX triplet: CA, DE and 40. RGB value is (202,222,64). Sum of RGB (Red+Green+Blue) = 202+222+64=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 222 (87.11% from 255 or 45.49% from 488); Blue value is 64 (25.39% from 255 or 13.11% from 488); Max value from RGB is 222 - color contains mainly: green. Hex color #CADE40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CADE40 is #3521BF. Grayscale: #C6C6C6. Windows color (decimal): -3482048 or 4251338. OLE color: 4251338.
HSL color Cylindrical-coordinate representation of color #CADE40: hue angle of 67.59º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CADE40 is Cyan = 0.09, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 222 | 64 | - |
| CMYK | 0.09 | 0 | 0.71 | 0.13 |
| HSL | 67.59º | 0.71% | 0.56% | - |
| HSV(B) | 67.59º | 0.71% | 0.87% | - |
| XYZ | 51.4 | 65.17 | 14.72 | - |
| YUV | 198.01 | 52.37 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 222 | 64 | 0.09 | 0 | 0.71 | 0.13 | 67.59 | 0.71 | 0.56 |
| Hex | CA | DE | 40 | 9 | 0 | 47 | D | 44 | 47 | 38 |
| Octal | 312 | 336 | 100 | 11 | 0 | 107 | 15 | 104 | 107 | 70 |
| Binary | 11001010 | 11011110 | 1000000 | 1001 | 0 | 1000111 | 1101 | 1000100 | 1000111 | 111000 |
Color Harmonies of #CADE40
Complementary color
Monochromatic Colors of #CADE40
Black with #CADE40
Text Example
Text Example
White with #CADE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADE40; }
p { color: rgb(202,222,64); }
H1.HeaderClassName
{
color: #CADE40;
}
.AnyTagClassName
{
color: #CADE40;
}
</style>
background-color css
<style>
a { background-color: #CADE40; }
a { background-color: rgb(202,222,64); }
div.DivClassName
{
background-color: #CADE40;
}
.BgClassName
{
background-color: #CADE40;
}
</style>
border-color css
<style>
span { border-color: #CADE40; }
span { border-color: rgb(202,222,64); }
td.TdClassName
{
border-color: #CADE40;
}
.TagClassName
{
border-color: #CADE40;
}
</style>