Shades of Mindaro #CADF6C
Tints of Mindaro #CADF6C
RGB
CMYK
RGB Variations
Color information
#CADF6C (or 0xCADF6C) is known color: Mindaro. HEX triplet: CA, DF and 6C. RGB value is (202,223,108). Sum of RGB (Red+Green+Blue) = 202+223+108=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 223 (87.5% from 255 or 41.84% from 533); Blue value is 108 (42.58% from 255 or 20.26% from 533); Max value from RGB is 223 - color contains mainly: green. Hex color #CADF6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADF6C is #352093. Grayscale: #CCCCCC. Windows color (decimal): -3481748 or 7135178. OLE color: 7135178.
HSL color Cylindrical-coordinate representation of color #CADF6C: hue angle of 70.96º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CADF6C is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 223 | 108 | - |
| CMYK | 0.09 | 0 | 0.52 | 0.13 |
| HSL | 70.96º | 0.64% | 0.65% | - |
| HSV(B) | 70.96º | 0.52% | 0.87% | - |
| XYZ | 53.45 | 66.41 | 24.19 | - |
| YUV | 203.61 | 74.04 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 223 | 108 | 0.09 | 0 | 0.52 | 0.13 | 70.96 | 0.64 | 0.65 |
| Hex | CA | DF | 6C | 9 | 0 | 34 | D | 47 | 40 | 41 |
| Octal | 312 | 337 | 154 | 11 | 0 | 64 | 15 | 107 | 100 | 101 |
| Binary | 11001010 | 11011111 | 1101100 | 1001 | 0 | 110100 | 1101 | 1000111 | 1000000 | 1000001 |
Color Harmonies of #CADF6C
Complementary color
Monochromatic Colors of #CADF6C
Black with #CADF6C
Text Example
Text Example
White with #CADF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADF6C; }
p { color: rgb(202,223,108); }
H1.HeaderClassName
{
color: #CADF6C;
}
.AnyTagClassName
{
color: #CADF6C;
}
</style>
background-color css
<style>
a { background-color: #CADF6C; }
a { background-color: rgb(202,223,108); }
div.DivClassName
{
background-color: #CADF6C;
}
.BgClassName
{
background-color: #CADF6C;
}
</style>
border-color css
<style>
span { border-color: #CADF6C; }
span { border-color: rgb(202,223,108); }
td.TdClassName
{
border-color: #CADF6C;
}
.TagClassName
{
border-color: #CADF6C;
}
</style>