Shades of Las Palmas #CAD83C
Tints of Las Palmas #CAD83C
RGB
CMYK
RGB Variations
Color information
#CAD83C (or 0xCAD83C) is known color: Las Palmas. HEX triplet: CA, D8 and 3C. RGB value is (202,216,60). Sum of RGB (Red+Green+Blue) = 202+216+60=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 216 (84.77% from 255 or 45.19% from 478); Blue value is 60 (23.83% from 255 or 12.55% from 478); Max value from RGB is 216 - color contains mainly: green. Hex color #CAD83C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAD83C is #3527C3. Grayscale: #C2C2C2. Windows color (decimal): -3483588 or 3987658. OLE color: 3987658.
HSL color Cylindrical-coordinate representation of color #CAD83C: hue angle of 65.38º 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 #CAD83C is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 216 | 60 | - |
| CMYK | 0.06 | 0 | 0.72 | 0.15 |
| HSL | 65.38º | 0.67% | 0.54% | - |
| HSV(B) | 65.38º | 0.72% | 0.85% | - |
| XYZ | 49.73 | 61.99 | 13.62 | - |
| YUV | 194.03 | 52.36 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 216 | 60 | 0.06 | 0 | 0.72 | 0.15 | 65.38 | 0.67 | 0.54 |
| Hex | CA | D8 | 3C | 6 | 0 | 48 | F | 41 | 43 | 36 |
| Octal | 312 | 330 | 74 | 6 | 0 | 110 | 17 | 101 | 103 | 66 |
| Binary | 11001010 | 11011000 | 111100 | 110 | 0 | 1001000 | 1111 | 1000001 | 1000011 | 110110 |
Color Harmonies of #CAD83C
Complementary color
Monochromatic Colors of #CAD83C
Black with #CAD83C
Text Example
Text Example
White with #CAD83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD83C; }
p { color: rgb(202,216,60); }
H1.HeaderClassName
{
color: #CAD83C;
}
.AnyTagClassName
{
color: #CAD83C;
}
</style>
background-color css
<style>
a { background-color: #CAD83C; }
a { background-color: rgb(202,216,60); }
div.DivClassName
{
background-color: #CAD83C;
}
.BgClassName
{
background-color: #CAD83C;
}
</style>
border-color css
<style>
span { border-color: #CAD83C; }
span { border-color: rgb(202,216,60); }
td.TdClassName
{
border-color: #CAD83C;
}
.TagClassName
{
border-color: #CAD83C;
}
</style>