Shades of Mindaro #CAE25D
Tints of Mindaro #CAE25D
RGB
CMYK
RGB Variations
Color information
#CAE25D (or 0xCAE25D) is known color: Mindaro. HEX triplet: CA, E2 and 5D. RGB value is (202,226,93). Sum of RGB (Red+Green+Blue) = 202+226+93=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 226 (88.67% from 255 or 43.38% from 521); Blue value is 93 (36.72% from 255 or 17.85% from 521); Max value from RGB is 226 - color contains mainly: green. Hex color #CAE25D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE25D is #351DA2. Grayscale: #CCCCCC. Windows color (decimal): -3480995 or 6152906. OLE color: 6152906.
HSL color Cylindrical-coordinate representation of color #CAE25D: hue angle of 70.83º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CAE25D is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 226 | 93 | - |
| CMYK | 0.11 | 0 | 0.59 | 0.11 |
| HSL | 70.83º | 0.7% | 0.63% | - |
| HSV(B) | 70.83º | 0.59% | 0.89% | - |
| XYZ | 53.53 | 67.74 | 20.61 | - |
| YUV | 203.66 | 65.55 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 226 | 93 | 0.11 | 0 | 0.59 | 0.11 | 70.83 | 0.7 | 0.63 |
| Hex | CA | E2 | 5D | B | 0 | 3B | B | 47 | 46 | 3F |
| Octal | 312 | 342 | 135 | 13 | 0 | 73 | 13 | 107 | 106 | 77 |
| Binary | 11001010 | 11100010 | 1011101 | 1011 | 0 | 111011 | 1011 | 1000111 | 1000110 | 111111 |
Color Harmonies of #CAE25D
Complementary color
Monochromatic Colors of #CAE25D
Black with #CAE25D
Text Example
Text Example
White with #CAE25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE25D; }
p { color: rgb(202,226,93); }
H1.HeaderClassName
{
color: #CAE25D;
}
.AnyTagClassName
{
color: #CAE25D;
}
</style>
background-color css
<style>
a { background-color: #CAE25D; }
a { background-color: rgb(202,226,93); }
div.DivClassName
{
background-color: #CAE25D;
}
.BgClassName
{
background-color: #CAE25D;
}
</style>
border-color css
<style>
span { border-color: #CAE25D; }
span { border-color: rgb(202,226,93); }
td.TdClassName
{
border-color: #CAE25D;
}
.TagClassName
{
border-color: #CAE25D;
}
</style>