Shades of Las Palmas #CADF4E
Tints of Las Palmas #CADF4E
RGB
CMYK
RGB Variations
Color information
#CADF4E (or 0xCADF4E) is known color: Las Palmas. HEX triplet: CA, DF and 4E. RGB value is (202,223,78). Sum of RGB (Red+Green+Blue) = 202+223+78=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 223 (87.5% from 255 or 44.33% from 503); Blue value is 78 (30.86% from 255 or 15.51% from 503); Max value from RGB is 223 - color contains mainly: green. Hex color #CADF4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADF4E is #3520B1. Grayscale: #C8C8C8. Windows color (decimal): -3481778 or 5169098. OLE color: 5169098.
HSL color Cylindrical-coordinate representation of color #CADF4E: hue angle of 68.69º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CADF4E is Cyan = 0.09, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 223 | 78 | - |
| CMYK | 0.09 | 0 | 0.65 | 0.13 |
| HSL | 68.69º | 0.69% | 0.59% | - |
| HSV(B) | 68.69º | 0.65% | 0.87% | - |
| XYZ | 52.12 | 65.88 | 17.18 | - |
| YUV | 200.19 | 59.04 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 223 | 78 | 0.09 | 0 | 0.65 | 0.13 | 68.69 | 0.69 | 0.59 |
| Hex | CA | DF | 4E | 9 | 0 | 41 | D | 45 | 45 | 3B |
| Octal | 312 | 337 | 116 | 11 | 0 | 101 | 15 | 105 | 105 | 73 |
| Binary | 11001010 | 11011111 | 1001110 | 1001 | 0 | 1000001 | 1101 | 1000101 | 1000101 | 111011 |
Color Harmonies of #CADF4E
Complementary color
Monochromatic Colors of #CADF4E
Black with #CADF4E
Text Example
Text Example
White with #CADF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADF4E; }
p { color: rgb(202,223,78); }
H1.HeaderClassName
{
color: #CADF4E;
}
.AnyTagClassName
{
color: #CADF4E;
}
</style>
background-color css
<style>
a { background-color: #CADF4E; }
a { background-color: rgb(202,223,78); }
div.DivClassName
{
background-color: #CADF4E;
}
.BgClassName
{
background-color: #CADF4E;
}
</style>
border-color css
<style>
span { border-color: #CADF4E; }
span { border-color: rgb(202,223,78); }
td.TdClassName
{
border-color: #CADF4E;
}
.TagClassName
{
border-color: #CADF4E;
}
</style>