Shades of Mindaro #CAE370
Tints of Mindaro #CAE370
RGB
CMYK
RGB Variations
Color information
#CAE370 (or 0xCAE370) is known color: Mindaro. HEX triplet: CA, E3 and 70. RGB value is (202,227,112). Sum of RGB (Red+Green+Blue) = 202+227+112=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 227 (89.06% from 255 or 41.96% from 541); Blue value is 112 (44.14% from 255 or 20.70% from 541); Max value from RGB is 227 - color contains mainly: green. Hex color #CAE370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE370 is #351C8F. Grayscale: #CECECE. Windows color (decimal): -3480720 or 7398346. OLE color: 7398346.
HSL color Cylindrical-coordinate representation of color #CAE370: hue angle of 73.04º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CAE370 is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 227 | 112 | - |
| CMYK | 0.11 | 0 | 0.51 | 0.11 |
| HSL | 73.04º | 0.67% | 0.66% | - |
| HSV(B) | 73.04º | 0.51% | 0.89% | - |
| XYZ | 54.75 | 68.66 | 25.7 | - |
| YUV | 206.42 | 74.72 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 227 | 112 | 0.11 | 0 | 0.51 | 0.11 | 73.04 | 0.67 | 0.66 |
| Hex | CA | E3 | 70 | B | 0 | 33 | B | 49 | 43 | 42 |
| Octal | 312 | 343 | 160 | 13 | 0 | 63 | 13 | 111 | 103 | 102 |
| Binary | 11001010 | 11100011 | 1110000 | 1011 | 0 | 110011 | 1011 | 1001001 | 1000011 | 1000010 |
Color Harmonies of #CAE370
Complementary color
Monochromatic Colors of #CAE370
Black with #CAE370
Text Example
Text Example
White with #CAE370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE370; }
p { color: rgb(202,227,112); }
H1.HeaderClassName
{
color: #CAE370;
}
.AnyTagClassName
{
color: #CAE370;
}
</style>
background-color css
<style>
a { background-color: #CAE370; }
a { background-color: rgb(202,227,112); }
div.DivClassName
{
background-color: #CAE370;
}
.BgClassName
{
background-color: #CAE370;
}
</style>
border-color css
<style>
span { border-color: #CAE370; }
span { border-color: rgb(202,227,112); }
td.TdClassName
{
border-color: #CAE370;
}
.TagClassName
{
border-color: #CAE370;
}
</style>