Shades of Mindaro #CAE367
Tints of Mindaro #CAE367
RGB
CMYK
RGB Variations
Color information
#CAE367 (or 0xCAE367) is known color: Mindaro. HEX triplet: CA, E3 and 67. RGB value is (202,227,103). Sum of RGB (Red+Green+Blue) = 202+227+103=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 227 (89.06% from 255 or 42.67% from 532); Blue value is 103 (40.62% from 255 or 19.36% from 532); Max value from RGB is 227 - color contains mainly: green. Hex color #CAE367 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE367 is #351C98. Grayscale: #CDCDCD. Windows color (decimal): -3480729 or 6808522. OLE color: 6808522.
HSL color Cylindrical-coordinate representation of color #CAE367: hue angle of 72.1º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CAE367 is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 227 | 103 | - |
| CMYK | 0.11 | 0 | 0.55 | 0.11 |
| HSL | 72.1º | 0.69% | 0.65% | - |
| HSV(B) | 72.1º | 0.55% | 0.89% | - |
| XYZ | 54.27 | 68.47 | 23.19 | - |
| YUV | 205.39 | 70.22 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 227 | 103 | 0.11 | 0 | 0.55 | 0.11 | 72.1 | 0.69 | 0.65 |
| Hex | CA | E3 | 67 | B | 0 | 37 | B | 48 | 45 | 41 |
| Octal | 312 | 343 | 147 | 13 | 0 | 67 | 13 | 110 | 105 | 101 |
| Binary | 11001010 | 11100011 | 1100111 | 1011 | 0 | 110111 | 1011 | 1001000 | 1000101 | 1000001 |
Color Harmonies of #CAE367
Complementary color
Monochromatic Colors of #CAE367
Black with #CAE367
Text Example
Text Example
White with #CAE367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE367; }
p { color: rgb(202,227,103); }
H1.HeaderClassName
{
color: #CAE367;
}
.AnyTagClassName
{
color: #CAE367;
}
</style>
background-color css
<style>
a { background-color: #CAE367; }
a { background-color: rgb(202,227,103); }
div.DivClassName
{
background-color: #CAE367;
}
.BgClassName
{
background-color: #CAE367;
}
</style>
border-color css
<style>
span { border-color: #CAE367; }
span { border-color: rgb(202,227,103); }
td.TdClassName
{
border-color: #CAE367;
}
.TagClassName
{
border-color: #CAE367;
}
</style>