Shades of Las Palmas #CADC31
Tints of Las Palmas #CADC31
RGB
CMYK
RGB Variations
Color information
#CADC31 (or 0xCADC31) is known color: Las Palmas. HEX triplet: CA, DC and 31. RGB value is (202,220,49). Sum of RGB (Red+Green+Blue) = 202+220+49=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 49 (19.53% from 255 or 10.40% from 471); Max value from RGB is 220 - color contains mainly: green. Hex color #CADC31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CADC31 is #3523CE. Grayscale: #C3C3C3. Windows color (decimal): -3482575 or 3267786. OLE color: 3267786.
HSL color Cylindrical-coordinate representation of color #CADC31: hue angle of 66.32º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CADC31 is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 220 | 49 | - |
| CMYK | 0.08 | 0 | 0.78 | 0.14 |
| HSL | 66.32º | 0.71% | 0.53% | - |
| HSV(B) | 66.32º | 0.78% | 0.86% | - |
| XYZ | 50.5 | 63.96 | 12.59 | - |
| YUV | 195.12 | 45.54 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 220 | 49 | 0.08 | 0 | 0.78 | 0.14 | 66.32 | 0.71 | 0.53 |
| Hex | CA | DC | 31 | 8 | 0 | 4E | E | 42 | 47 | 35 |
| Octal | 312 | 334 | 61 | 10 | 0 | 116 | 16 | 102 | 107 | 65 |
| Binary | 11001010 | 11011100 | 110001 | 1000 | 0 | 1001110 | 1110 | 1000010 | 1000111 | 110101 |
Color Harmonies of #CADC31
Complementary color
Monochromatic Colors of #CADC31
Black with #CADC31
Text Example
Text Example
White with #CADC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADC31; }
p { color: rgb(202,220,49); }
H1.HeaderClassName
{
color: #CADC31;
}
.AnyTagClassName
{
color: #CADC31;
}
</style>
background-color css
<style>
a { background-color: #CADC31; }
a { background-color: rgb(202,220,49); }
div.DivClassName
{
background-color: #CADC31;
}
.BgClassName
{
background-color: #CADC31;
}
</style>
border-color css
<style>
span { border-color: #CADC31; }
span { border-color: rgb(202,220,49); }
td.TdClassName
{
border-color: #CADC31;
}
.TagClassName
{
border-color: #CADC31;
}
</style>