Shades of Las Palmas #CADF49
Tints of Las Palmas #CADF49
RGB
CMYK
RGB Variations
Color information
#CADF49 (or 0xCADF49) is known color: Las Palmas. HEX triplet: CA, DF and 49. RGB value is (202,223,73). Sum of RGB (Red+Green+Blue) = 202+223+73=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 223 (87.5% from 255 or 44.78% from 498); Blue value is 73 (28.91% from 255 or 14.66% from 498); Max value from RGB is 223 - color contains mainly: green. Hex color #CADF49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CADF49 is #3520B6. Grayscale: #C8C8C8. Windows color (decimal): -3481783 or 4841418. OLE color: 4841418.
HSL color Cylindrical-coordinate representation of color #CADF49: hue angle of 68.4º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CADF49 is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 223 | 73 | - |
| CMYK | 0.09 | 0 | 0.67 | 0.13 |
| HSL | 68.4º | 0.7% | 0.58% | - |
| HSV(B) | 68.4º | 0.67% | 0.87% | - |
| XYZ | 51.95 | 65.81 | 16.27 | - |
| YUV | 199.62 | 56.54 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 223 | 73 | 0.09 | 0 | 0.67 | 0.13 | 68.4 | 0.7 | 0.58 |
| Hex | CA | DF | 49 | 9 | 0 | 43 | D | 44 | 46 | 3A |
| Octal | 312 | 337 | 111 | 11 | 0 | 103 | 15 | 104 | 106 | 72 |
| Binary | 11001010 | 11011111 | 1001001 | 1001 | 0 | 1000011 | 1101 | 1000100 | 1000110 | 111010 |
Color Harmonies of #CADF49
Complementary color
Monochromatic Colors of #CADF49
Black with #CADF49
Text Example
Text Example
White with #CADF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADF49; }
p { color: rgb(202,223,73); }
H1.HeaderClassName
{
color: #CADF49;
}
.AnyTagClassName
{
color: #CADF49;
}
</style>
background-color css
<style>
a { background-color: #CADF49; }
a { background-color: rgb(202,223,73); }
div.DivClassName
{
background-color: #CADF49;
}
.BgClassName
{
background-color: #CADF49;
}
</style>
border-color css
<style>
span { border-color: #CADF49; }
span { border-color: rgb(202,223,73); }
td.TdClassName
{
border-color: #CADF49;
}
.TagClassName
{
border-color: #CADF49;
}
</style>