Shades of Mindaro #CBEE56
Tints of Mindaro #CBEE56
RGB
CMYK
RGB Variations
Color information
#CBEE56 (or 0xCBEE56) is known color: Mindaro. HEX triplet: CB, EE and 56. RGB value is (203,238,86). Sum of RGB (Red+Green+Blue) = 203+238+86=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 238 (93.36% from 255 or 45.16% from 527); Blue value is 86 (33.98% from 255 or 16.32% from 527); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEE56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEE56 is #3411A9. Grayscale: #D2D2D2. Windows color (decimal): -3412394 or 5697227. OLE color: 5697227.
HSL color Cylindrical-coordinate representation of color #CBEE56: hue angle of 73.82º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CBEE56 is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 238 | 86 | - |
| CMYK | 0.15 | 0 | 0.64 | 0.07 |
| HSL | 73.82º | 0.82% | 0.64% | - |
| HSV(B) | 73.82º | 0.64% | 0.93% | - |
| XYZ | 56.88 | 74.52 | 20.19 | - |
| YUV | 210.21 | 57.9 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 238 | 86 | 0.15 | 0 | 0.64 | 0.07 | 73.82 | 0.82 | 0.64 |
| Hex | CB | EE | 56 | F | 0 | 40 | 7 | 4A | 52 | 40 |
| Octal | 313 | 356 | 126 | 17 | 0 | 100 | 7 | 112 | 122 | 100 |
| Binary | 11001011 | 11101110 | 1010110 | 1111 | 0 | 1000000 | 111 | 1001010 | 1010010 | 1000000 |
Color Harmonies of #CBEE56
Complementary color
Monochromatic Colors of #CBEE56
Black with #CBEE56
Text Example
Text Example
White with #CBEE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEE56; }
p { color: rgb(203,238,86); }
H1.HeaderClassName
{
color: #CBEE56;
}
.AnyTagClassName
{
color: #CBEE56;
}
</style>
background-color css
<style>
a { background-color: #CBEE56; }
a { background-color: rgb(203,238,86); }
div.DivClassName
{
background-color: #CBEE56;
}
.BgClassName
{
background-color: #CBEE56;
}
</style>
border-color css
<style>
span { border-color: #CBEE56; }
span { border-color: rgb(203,238,86); }
td.TdClassName
{
border-color: #CBEE56;
}
.TagClassName
{
border-color: #CBEE56;
}
</style>