Shades of Las Palmas #CAD93C
Tints of Las Palmas #CAD93C
RGB
CMYK
RGB Variations
Color information
#CAD93C (or 0xCAD93C) is known color: Las Palmas. HEX triplet: CA, D9 and 3C. RGB value is (202,217,60). Sum of RGB (Red+Green+Blue) = 202+217+60=479 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.17% from 479); Green value is 217 (85.16% from 255 or 45.30% from 479); Blue value is 60 (23.83% from 255 or 12.53% from 479); Max value from RGB is 217 - color contains mainly: green. Hex color #CAD93C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAD93C is #3526C3. Grayscale: #C3C3C3. Windows color (decimal): -3483332 or 3987914. OLE color: 3987914.
HSL color Cylindrical-coordinate representation of color #CAD93C: hue angle of 65.73º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CAD93C is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 217 | 60 | - |
| CMYK | 0.07 | 0 | 0.72 | 0.15 |
| HSL | 65.73º | 0.67% | 0.54% | - |
| HSV(B) | 65.73º | 0.72% | 0.85% | - |
| XYZ | 49.99 | 62.51 | 13.71 | - |
| YUV | 194.62 | 52.03 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 217 | 60 | 0.07 | 0 | 0.72 | 0.15 | 65.73 | 0.67 | 0.54 |
| Hex | CA | D9 | 3C | 7 | 0 | 48 | F | 42 | 43 | 36 |
| Octal | 312 | 331 | 74 | 7 | 0 | 110 | 17 | 102 | 103 | 66 |
| Binary | 11001010 | 11011001 | 111100 | 111 | 0 | 1001000 | 1111 | 1000010 | 1000011 | 110110 |
Color Harmonies of #CAD93C
Complementary color
Monochromatic Colors of #CAD93C
Black with #CAD93C
Text Example
Text Example
White with #CAD93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD93C; }
p { color: rgb(202,217,60); }
H1.HeaderClassName
{
color: #CAD93C;
}
.AnyTagClassName
{
color: #CAD93C;
}
</style>
background-color css
<style>
a { background-color: #CAD93C; }
a { background-color: rgb(202,217,60); }
div.DivClassName
{
background-color: #CAD93C;
}
.BgClassName
{
background-color: #CAD93C;
}
</style>
border-color css
<style>
span { border-color: #CAD93C; }
span { border-color: rgb(202,217,60); }
td.TdClassName
{
border-color: #CAD93C;
}
.TagClassName
{
border-color: #CAD93C;
}
</style>