Shades of Mindaro #CAE66D
Tints of Mindaro #CAE66D
RGB
CMYK
RGB Variations
Color information
#CAE66D (or 0xCAE66D) is known color: Mindaro. HEX triplet: CA, E6 and 6D. RGB value is (202,230,109). Sum of RGB (Red+Green+Blue) = 202+230+109=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 230 (90.23% from 255 or 42.51% from 541); Blue value is 109 (42.97% from 255 or 20.15% from 541); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE66D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAE66D is #351992. Grayscale: #D0D0D0. Windows color (decimal): -3479955 or 7202506. OLE color: 7202506.
HSL color Cylindrical-coordinate representation of color #CAE66D: hue angle of 73.88º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CAE66D is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 230 | 109 | - |
| CMYK | 0.12 | 0 | 0.53 | 0.10 |
| HSL | 73.88º | 0.71% | 0.66% | - |
| HSV(B) | 73.88º | 0.53% | 0.9% | - |
| XYZ | 55.41 | 70.25 | 25.11 | - |
| YUV | 207.83 | 72.22 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 230 | 109 | 0.12 | 0 | 0.53 | 0.10 | 73.88 | 0.71 | 0.66 |
| Hex | CA | E6 | 6D | C | 0 | 35 | A | 4A | 47 | 42 |
| Octal | 312 | 346 | 155 | 14 | 0 | 65 | 12 | 112 | 107 | 102 |
| Binary | 11001010 | 11100110 | 1101101 | 1100 | 0 | 110101 | 1010 | 1001010 | 1000111 | 1000010 |
Color Harmonies of #CAE66D
Complementary color
Monochromatic Colors of #CAE66D
Black with #CAE66D
Text Example
Text Example
White with #CAE66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE66D; }
p { color: rgb(202,230,109); }
H1.HeaderClassName
{
color: #CAE66D;
}
.AnyTagClassName
{
color: #CAE66D;
}
</style>
background-color css
<style>
a { background-color: #CAE66D; }
a { background-color: rgb(202,230,109); }
div.DivClassName
{
background-color: #CAE66D;
}
.BgClassName
{
background-color: #CAE66D;
}
</style>
border-color css
<style>
span { border-color: #CAE66D; }
span { border-color: rgb(202,230,109); }
td.TdClassName
{
border-color: #CAE66D;
}
.TagClassName
{
border-color: #CAE66D;
}
</style>