Shades of Mindaro #CBE464
Tints of Mindaro #CBE464
RGB
CMYK
RGB Variations
Color information
#CBE464 (or 0xCBE464) is known color: Mindaro. HEX triplet: CB, E4 and 64. RGB value is (203,228,100). Sum of RGB (Red+Green+Blue) = 203+228+100=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 228 (89.45% from 255 or 42.94% from 531); Blue value is 100 (39.45% from 255 or 18.83% from 531); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE464 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE464 is #341B9B. Grayscale: #CECECE. Windows color (decimal): -3414940 or 6612171. OLE color: 6612171.
HSL color Cylindrical-coordinate representation of color #CBE464: hue angle of 71.72º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CBE464 is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 228 | 100 | - |
| CMYK | 0.11 | 0 | 0.56 | 0.11 |
| HSL | 71.72º | 0.7% | 0.64% | - |
| HSV(B) | 71.72º | 0.56% | 0.89% | - |
| XYZ | 54.67 | 69.1 | 22.51 | - |
| YUV | 205.93 | 68.22 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 228 | 100 | 0.11 | 0 | 0.56 | 0.11 | 71.72 | 0.7 | 0.64 |
| Hex | CB | E4 | 64 | B | 0 | 38 | B | 48 | 46 | 40 |
| Octal | 313 | 344 | 144 | 13 | 0 | 70 | 13 | 110 | 106 | 100 |
| Binary | 11001011 | 11100100 | 1100100 | 1011 | 0 | 111000 | 1011 | 1001000 | 1000110 | 1000000 |
Color Harmonies of #CBE464
Complementary color
Monochromatic Colors of #CBE464
Black with #CBE464
Text Example
Text Example
White with #CBE464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE464; }
p { color: rgb(203,228,100); }
H1.HeaderClassName
{
color: #CBE464;
}
.AnyTagClassName
{
color: #CBE464;
}
</style>
background-color css
<style>
a { background-color: #CBE464; }
a { background-color: rgb(203,228,100); }
div.DivClassName
{
background-color: #CBE464;
}
.BgClassName
{
background-color: #CBE464;
}
</style>
border-color css
<style>
span { border-color: #CBE464; }
span { border-color: rgb(203,228,100); }
td.TdClassName
{
border-color: #CBE464;
}
.TagClassName
{
border-color: #CBE464;
}
</style>