Shades of Mindaro #CBE35E
Tints of Mindaro #CBE35E
RGB
CMYK
RGB Variations
Color information
#CBE35E (or 0xCBE35E) is known color: Mindaro. HEX triplet: CB, E3 and 5E. RGB value is (203,227,94). Sum of RGB (Red+Green+Blue) = 203+227+94=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 227 (89.06% from 255 or 43.32% from 524); Blue value is 94 (37.11% from 255 or 17.94% from 524); Max value from RGB is 227 - color contains mainly: green. Hex color #CBE35E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE35E is #341CA1. Grayscale: #CDCDCD. Windows color (decimal): -3415202 or 6218699. OLE color: 6218699.
HSL color Cylindrical-coordinate representation of color #CBE35E: hue angle of 70.83º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CBE35E is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 227 | 94 | - |
| CMYK | 0.11 | 0 | 0.59 | 0.11 |
| HSL | 70.83º | 0.7% | 0.63% | - |
| HSV(B) | 70.83º | 0.59% | 0.89% | - |
| XYZ | 54.12 | 68.44 | 20.95 | - |
| YUV | 204.66 | 65.55 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 227 | 94 | 0.11 | 0 | 0.59 | 0.11 | 70.83 | 0.7 | 0.63 |
| Hex | CB | E3 | 5E | B | 0 | 3B | B | 47 | 46 | 3F |
| Octal | 313 | 343 | 136 | 13 | 0 | 73 | 13 | 107 | 106 | 77 |
| Binary | 11001011 | 11100011 | 1011110 | 1011 | 0 | 111011 | 1011 | 1000111 | 1000110 | 111111 |
Color Harmonies of #CBE35E
Complementary color
Monochromatic Colors of #CBE35E
Black with #CBE35E
Text Example
Text Example
White with #CBE35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE35E; }
p { color: rgb(203,227,94); }
H1.HeaderClassName
{
color: #CBE35E;
}
.AnyTagClassName
{
color: #CBE35E;
}
</style>
background-color css
<style>
a { background-color: #CBE35E; }
a { background-color: rgb(203,227,94); }
div.DivClassName
{
background-color: #CBE35E;
}
.BgClassName
{
background-color: #CBE35E;
}
</style>
border-color css
<style>
span { border-color: #CBE35E; }
span { border-color: rgb(203,227,94); }
td.TdClassName
{
border-color: #CBE35E;
}
.TagClassName
{
border-color: #CBE35E;
}
</style>