Shades of Mindaro #CBE56E
Tints of Mindaro #CBE56E
RGB
CMYK
RGB Variations
Color information
#CBE56E (or 0xCBE56E) is known color: Mindaro. HEX triplet: CB, E5 and 6E. RGB value is (203,229,110). Sum of RGB (Red+Green+Blue) = 203+229+110=542 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.45% from 542); Green value is 229 (89.84% from 255 or 42.25% from 542); Blue value is 110 (43.36% from 255 or 20.30% from 542); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE56E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE56E is #341A91. Grayscale: #D0D0D0. Windows color (decimal): -3414674 or 7267787. OLE color: 7267787.
HSL color Cylindrical-coordinate representation of color #CBE56E: hue angle of 73.11º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CBE56E is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 229 | 110 | - |
| CMYK | 0.11 | 0 | 0.52 | 0.10 |
| HSL | 73.11º | 0.7% | 0.66% | - |
| HSV(B) | 73.11º | 0.52% | 0.9% | - |
| XYZ | 55.46 | 69.86 | 25.31 | - |
| YUV | 207.66 | 72.89 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 229 | 110 | 0.11 | 0 | 0.52 | 0.10 | 73.11 | 0.7 | 0.66 |
| Hex | CB | E5 | 6E | B | 0 | 34 | A | 49 | 46 | 42 |
| Octal | 313 | 345 | 156 | 13 | 0 | 64 | 12 | 111 | 106 | 102 |
| Binary | 11001011 | 11100101 | 1101110 | 1011 | 0 | 110100 | 1010 | 1001001 | 1000110 | 1000010 |
Color Harmonies of #CBE56E
Complementary color
Monochromatic Colors of #CBE56E
Black with #CBE56E
Text Example
Text Example
White with #CBE56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE56E; }
p { color: rgb(203,229,110); }
H1.HeaderClassName
{
color: #CBE56E;
}
.AnyTagClassName
{
color: #CBE56E;
}
</style>
background-color css
<style>
a { background-color: #CBE56E; }
a { background-color: rgb(203,229,110); }
div.DivClassName
{
background-color: #CBE56E;
}
.BgClassName
{
background-color: #CBE56E;
}
</style>
border-color css
<style>
span { border-color: #CBE56E; }
span { border-color: rgb(203,229,110); }
td.TdClassName
{
border-color: #CBE56E;
}
.TagClassName
{
border-color: #CBE56E;
}
</style>