Shades of Las Palmas #CADD3F
Tints of Las Palmas #CADD3F
RGB
CMYK
RGB Variations
Color information
#CADD3F (or 0xCADD3F) is known color: Las Palmas. HEX triplet: CA, DD and 3F. RGB value is (202,221,63). Sum of RGB (Red+Green+Blue) = 202+221+63=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 221 (86.72% from 255 or 45.47% from 486); Blue value is 63 (25% from 255 or 12.96% from 486); Max value from RGB is 221 - color contains mainly: green. Hex color #CADD3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CADD3F is #3522C0. Grayscale: #C5C5C5. Windows color (decimal): -3482305 or 4185546. OLE color: 4185546.
HSL color Cylindrical-coordinate representation of color #CADD3F: hue angle of 67.22º degrees, saturation: 0.7, 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 #CADD3F is Cyan = 0.09, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 221 | 63 | - |
| CMYK | 0.09 | 0 | 0.71 | 0.13 |
| HSL | 67.22º | 0.7% | 0.56% | - |
| HSV(B) | 67.22º | 0.71% | 0.87% | - |
| XYZ | 51.11 | 64.63 | 14.48 | - |
| YUV | 197.31 | 52.21 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 221 | 63 | 0.09 | 0 | 0.71 | 0.13 | 67.22 | 0.7 | 0.56 |
| Hex | CA | DD | 3F | 9 | 0 | 47 | D | 43 | 46 | 38 |
| Octal | 312 | 335 | 77 | 11 | 0 | 107 | 15 | 103 | 106 | 70 |
| Binary | 11001010 | 11011101 | 111111 | 1001 | 0 | 1000111 | 1101 | 1000011 | 1000110 | 111000 |
Color Harmonies of #CADD3F
Complementary color
Monochromatic Colors of #CADD3F
Black with #CADD3F
Text Example
Text Example
White with #CADD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADD3F; }
p { color: rgb(202,221,63); }
H1.HeaderClassName
{
color: #CADD3F;
}
.AnyTagClassName
{
color: #CADD3F;
}
</style>
background-color css
<style>
a { background-color: #CADD3F; }
a { background-color: rgb(202,221,63); }
div.DivClassName
{
background-color: #CADD3F;
}
.BgClassName
{
background-color: #CADD3F;
}
</style>
border-color css
<style>
span { border-color: #CADD3F; }
span { border-color: rgb(202,221,63); }
td.TdClassName
{
border-color: #CADD3F;
}
.TagClassName
{
border-color: #CADD3F;
}
</style>