Shades of Mindaro #CADD74
Tints of Mindaro #CADD74
RGB
CMYK
RGB Variations
Color information
#CADD74 (or 0xCADD74) is known color: Mindaro. HEX triplet: CA, DD and 74. RGB value is (202,221,116). Sum of RGB (Red+Green+Blue) = 202+221+116=539 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.48% from 539); Green value is 221 (86.72% from 255 or 41.00% from 539); Blue value is 116 (45.70% from 255 or 21.52% from 539); Max value from RGB is 221 - color contains mainly: green. Hex color #CADD74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADD74 is #35228B. Grayscale: #CBCBCB. Windows color (decimal): -3482252 or 7658954. OLE color: 7658954.
HSL color Cylindrical-coordinate representation of color #CADD74: hue angle of 70.86º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CADD74 is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 221 | 116 | - |
| CMYK | 0.09 | 0 | 0.48 | 0.13 |
| HSL | 70.86º | 0.61% | 0.66% | - |
| HSV(B) | 70.86º | 0.48% | 0.87% | - |
| XYZ | 53.37 | 65.53 | 26.36 | - |
| YUV | 203.35 | 78.71 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 221 | 116 | 0.09 | 0 | 0.48 | 0.13 | 70.86 | 0.61 | 0.66 |
| Hex | CA | DD | 74 | 9 | 0 | 30 | D | 47 | 3D | 42 |
| Octal | 312 | 335 | 164 | 11 | 0 | 60 | 15 | 107 | 75 | 102 |
| Binary | 11001010 | 11011101 | 1110100 | 1001 | 0 | 110000 | 1101 | 1000111 | 111101 | 1000010 |
Color Harmonies of #CADD74
Complementary color
Monochromatic Colors of #CADD74
Black with #CADD74
Text Example
Text Example
White with #CADD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADD74; }
p { color: rgb(202,221,116); }
H1.HeaderClassName
{
color: #CADD74;
}
.AnyTagClassName
{
color: #CADD74;
}
</style>
background-color css
<style>
a { background-color: #CADD74; }
a { background-color: rgb(202,221,116); }
div.DivClassName
{
background-color: #CADD74;
}
.BgClassName
{
background-color: #CADD74;
}
</style>
border-color css
<style>
span { border-color: #CADD74; }
span { border-color: rgb(202,221,116); }
td.TdClassName
{
border-color: #CADD74;
}
.TagClassName
{
border-color: #CADD74;
}
</style>