Shades of Mindaro #CADF68
Tints of Mindaro #CADF68
RGB
CMYK
RGB Variations
Color information
#CADF68 (or 0xCADF68) is known color: Mindaro. HEX triplet: CA, DF and 68. RGB value is (202,223,104). Sum of RGB (Red+Green+Blue) = 202+223+104=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 223 (87.5% from 255 or 42.16% from 529); Blue value is 104 (41.02% from 255 or 19.66% from 529); Max value from RGB is 223 - color contains mainly: green. Hex color #CADF68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADF68 is #352097. Grayscale: #CBCBCB. Windows color (decimal): -3481752 or 6873034. OLE color: 6873034.
HSL color Cylindrical-coordinate representation of color #CADF68: hue angle of 70.59º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CADF68 is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 223 | 104 | - |
| CMYK | 0.09 | 0 | 0.53 | 0.13 |
| HSL | 70.59º | 0.65% | 0.64% | - |
| HSV(B) | 70.59º | 0.53% | 0.87% | - |
| XYZ | 53.24 | 66.33 | 23.09 | - |
| YUV | 203.16 | 72.04 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 223 | 104 | 0.09 | 0 | 0.53 | 0.13 | 70.59 | 0.65 | 0.64 |
| Hex | CA | DF | 68 | 9 | 0 | 35 | D | 47 | 41 | 40 |
| Octal | 312 | 337 | 150 | 11 | 0 | 65 | 15 | 107 | 101 | 100 |
| Binary | 11001010 | 11011111 | 1101000 | 1001 | 0 | 110101 | 1101 | 1000111 | 1000001 | 1000000 |
Color Harmonies of #CADF68
Complementary color
Monochromatic Colors of #CADF68
Black with #CADF68
Text Example
Text Example
White with #CADF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADF68; }
p { color: rgb(202,223,104); }
H1.HeaderClassName
{
color: #CADF68;
}
.AnyTagClassName
{
color: #CADF68;
}
</style>
background-color css
<style>
a { background-color: #CADF68; }
a { background-color: rgb(202,223,104); }
div.DivClassName
{
background-color: #CADF68;
}
.BgClassName
{
background-color: #CADF68;
}
</style>
border-color css
<style>
span { border-color: #CADF68; }
span { border-color: rgb(202,223,104); }
td.TdClassName
{
border-color: #CADF68;
}
.TagClassName
{
border-color: #CADF68;
}
</style>