Shades of Mindaro #CAE667
Tints of Mindaro #CAE667
RGB
CMYK
RGB Variations
Color information
#CAE667 (or 0xCAE667) is known color: Mindaro. HEX triplet: CA, E6 and 67. RGB value is (202,230,103). Sum of RGB (Red+Green+Blue) = 202+230+103=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 230 (90.23% from 255 or 42.99% from 535); Blue value is 103 (40.62% from 255 or 19.25% from 535); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE667 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAE667 is #351998. Grayscale: #CFCFCF. Windows color (decimal): -3479961 or 6809290. OLE color: 6809290.
HSL color Cylindrical-coordinate representation of color #CAE667: hue angle of 73.23º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CAE667 is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 230 | 103 | - |
| CMYK | 0.12 | 0 | 0.55 | 0.10 |
| HSL | 73.23º | 0.72% | 0.65% | - |
| HSV(B) | 73.23º | 0.55% | 0.9% | - |
| XYZ | 55.1 | 70.13 | 23.46 | - |
| YUV | 207.15 | 69.22 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 230 | 103 | 0.12 | 0 | 0.55 | 0.10 | 73.23 | 0.72 | 0.65 |
| Hex | CA | E6 | 67 | C | 0 | 37 | A | 49 | 48 | 41 |
| Octal | 312 | 346 | 147 | 14 | 0 | 67 | 12 | 111 | 110 | 101 |
| Binary | 11001010 | 11100110 | 1100111 | 1100 | 0 | 110111 | 1010 | 1001001 | 1001000 | 1000001 |
Color Harmonies of #CAE667
Complementary color
Monochromatic Colors of #CAE667
Black with #CAE667
Text Example
Text Example
White with #CAE667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE667; }
p { color: rgb(202,230,103); }
H1.HeaderClassName
{
color: #CAE667;
}
.AnyTagClassName
{
color: #CAE667;
}
</style>
background-color css
<style>
a { background-color: #CAE667; }
a { background-color: rgb(202,230,103); }
div.DivClassName
{
background-color: #CAE667;
}
.BgClassName
{
background-color: #CAE667;
}
</style>
border-color css
<style>
span { border-color: #CAE667; }
span { border-color: rgb(202,230,103); }
td.TdClassName
{
border-color: #CAE667;
}
.TagClassName
{
border-color: #CAE667;
}
</style>