Shades of Mindaro #CBE458
Tints of Mindaro #CBE458
RGB
CMYK
RGB Variations
Color information
#CBE458 (or 0xCBE458) is known color: Mindaro. HEX triplet: CB, E4 and 58. RGB value is (203,228,88). Sum of RGB (Red+Green+Blue) = 203+228+88=519 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.11% from 519); Green value is 228 (89.45% from 255 or 43.93% from 519); Blue value is 88 (34.77% from 255 or 16.96% from 519); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE458 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE458 is #341BA7. Grayscale: #CDCDCD. Windows color (decimal): -3414952 or 5825739. OLE color: 5825739.
HSL color Cylindrical-coordinate representation of color #CBE458: hue angle of 70.71º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CBE458 is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 228 | 88 | - |
| CMYK | 0.11 | 0 | 0.61 | 0.11 |
| HSL | 70.71º | 0.72% | 0.62% | - |
| HSV(B) | 70.71º | 0.61% | 0.89% | - |
| XYZ | 54.13 | 68.89 | 19.68 | - |
| YUV | 204.57 | 62.22 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 228 | 88 | 0.11 | 0 | 0.61 | 0.11 | 70.71 | 0.72 | 0.62 |
| Hex | CB | E4 | 58 | B | 0 | 3D | B | 47 | 48 | 3E |
| Octal | 313 | 344 | 130 | 13 | 0 | 75 | 13 | 107 | 110 | 76 |
| Binary | 11001011 | 11100100 | 1011000 | 1011 | 0 | 111101 | 1011 | 1000111 | 1001000 | 111110 |
Color Harmonies of #CBE458
Complementary color
Monochromatic Colors of #CBE458
Black with #CBE458
Text Example
Text Example
White with #CBE458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE458; }
p { color: rgb(203,228,88); }
H1.HeaderClassName
{
color: #CBE458;
}
.AnyTagClassName
{
color: #CBE458;
}
</style>
background-color css
<style>
a { background-color: #CBE458; }
a { background-color: rgb(203,228,88); }
div.DivClassName
{
background-color: #CBE458;
}
.BgClassName
{
background-color: #CBE458;
}
</style>
border-color css
<style>
span { border-color: #CBE458; }
span { border-color: rgb(203,228,88); }
td.TdClassName
{
border-color: #CBE458;
}
.TagClassName
{
border-color: #CBE458;
}
</style>