Shades of Mindaro #CADF65
Tints of Mindaro #CADF65
RGB
CMYK
RGB Variations
Color information
#CADF65 (or 0xCADF65) is known color: Mindaro. HEX triplet: CA, DF and 65. RGB value is (202,223,101). Sum of RGB (Red+Green+Blue) = 202+223+101=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 223 (87.5% from 255 or 42.40% from 526); Blue value is 101 (39.84% from 255 or 19.20% from 526); Max value from RGB is 223 - color contains mainly: green. Hex color #CADF65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADF65 is #35209A. Grayscale: #CBCBCB. Windows color (decimal): -3481755 or 6676426. OLE color: 6676426.
HSL color Cylindrical-coordinate representation of color #CADF65: hue angle of 70.33º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CADF65 is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 223 | 101 | - |
| CMYK | 0.09 | 0 | 0.55 | 0.13 |
| HSL | 70.33º | 0.66% | 0.64% | - |
| HSV(B) | 70.33º | 0.55% | 0.87% | - |
| XYZ | 53.09 | 66.27 | 22.31 | - |
| YUV | 202.81 | 70.54 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 223 | 101 | 0.09 | 0 | 0.55 | 0.13 | 70.33 | 0.66 | 0.64 |
| Hex | CA | DF | 65 | 9 | 0 | 37 | D | 46 | 42 | 40 |
| Octal | 312 | 337 | 145 | 11 | 0 | 67 | 15 | 106 | 102 | 100 |
| Binary | 11001010 | 11011111 | 1100101 | 1001 | 0 | 110111 | 1101 | 1000110 | 1000010 | 1000000 |
Color Harmonies of #CADF65
Complementary color
Monochromatic Colors of #CADF65
Black with #CADF65
Text Example
Text Example
White with #CADF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADF65; }
p { color: rgb(202,223,101); }
H1.HeaderClassName
{
color: #CADF65;
}
.AnyTagClassName
{
color: #CADF65;
}
</style>
background-color css
<style>
a { background-color: #CADF65; }
a { background-color: rgb(202,223,101); }
div.DivClassName
{
background-color: #CADF65;
}
.BgClassName
{
background-color: #CADF65;
}
</style>
border-color css
<style>
span { border-color: #CADF65; }
span { border-color: rgb(202,223,101); }
td.TdClassName
{
border-color: #CADF65;
}
.TagClassName
{
border-color: #CADF65;
}
</style>