Shades of Deco #CAD38A
Tints of Deco #CAD38A
RGB
CMYK
RGB Variations
Color information
#CAD38A (or 0xCAD38A) is known color: Deco. HEX triplet: CA, D3 and 8A. RGB value is (202,211,138). Sum of RGB (Red+Green+Blue) = 202+211+138=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 211 (82.81% from 255 or 38.29% from 551); Blue value is 138 (54.30% from 255 or 25.05% from 551); Max value from RGB is 211 - color contains mainly: green. Hex color #CAD38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD38A is #352C75. Grayscale: #C8C8C8. Windows color (decimal): -3484790 or 9098186. OLE color: 9098186.
HSL color Cylindrical-coordinate representation of color #CAD38A: hue angle of 67.4º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CAD38A is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 211 | 138 | - |
| CMYK | 0.04 | 0 | 0.35 | 0.17 |
| HSL | 67.4º | 0.45% | 0.68% | - |
| HSV(B) | 67.4º | 0.35% | 0.83% | - |
| XYZ | 52.24 | 60.98 | 33.06 | - |
| YUV | 199.99 | 93.02 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 211 | 138 | 0.04 | 0 | 0.35 | 0.17 | 67.4 | 0.45 | 0.68 |
| Hex | CA | D3 | 8A | 4 | 0 | 23 | 11 | 43 | 2D | 44 |
| Octal | 312 | 323 | 212 | 4 | 0 | 43 | 21 | 103 | 55 | 104 |
| Binary | 11001010 | 11010011 | 10001010 | 100 | 0 | 100011 | 10001 | 1000011 | 101101 | 1000100 |
Color Harmonies of #CAD38A
Complementary color
Monochromatic Colors of #CAD38A
Black with #CAD38A
Text Example
Text Example
White with #CAD38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD38A; }
p { color: rgb(202,211,138); }
H1.HeaderClassName
{
color: #CAD38A;
}
.AnyTagClassName
{
color: #CAD38A;
}
</style>
background-color css
<style>
a { background-color: #CAD38A; }
a { background-color: rgb(202,211,138); }
div.DivClassName
{
background-color: #CAD38A;
}
.BgClassName
{
background-color: #CAD38A;
}
</style>
border-color css
<style>
span { border-color: #CAD38A; }
span { border-color: rgb(202,211,138); }
td.TdClassName
{
border-color: #CAD38A;
}
.TagClassName
{
border-color: #CAD38A;
}
</style>