Shades of Mindaro #CBED6E
Tints of Mindaro #CBED6E
RGB
CMYK
RGB Variations
Color information
#CBED6E (or 0xCBED6E) is known color: Mindaro. HEX triplet: CB, ED and 6E. RGB value is (203,237,110). Sum of RGB (Red+Green+Blue) = 203+237+110=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 237 (92.97% from 255 or 43.09% from 550); Blue value is 110 (43.36% from 255 or 20% from 550); Max value from RGB is 237 - color contains mainly: green. Hex color #CBED6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBED6E is #341291. Grayscale: #D4D4D4. Windows color (decimal): -3412626 or 7269835. OLE color: 7269835.
HSL color Cylindrical-coordinate representation of color #CBED6E: hue angle of 76.06º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CBED6E is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 237 | 110 | - |
| CMYK | 0.14 | 0 | 0.54 | 0.07 |
| HSL | 76.06º | 0.78% | 0.68% | - |
| HSV(B) | 76.06º | 0.54% | 0.93% | - |
| XYZ | 57.73 | 74.39 | 26.07 | - |
| YUV | 212.36 | 70.24 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 237 | 110 | 0.14 | 0 | 0.54 | 0.07 | 76.06 | 0.78 | 0.68 |
| Hex | CB | ED | 6E | E | 0 | 36 | 7 | 4C | 4E | 44 |
| Octal | 313 | 355 | 156 | 16 | 0 | 66 | 7 | 114 | 116 | 104 |
| Binary | 11001011 | 11101101 | 1101110 | 1110 | 0 | 110110 | 111 | 1001100 | 1001110 | 1000100 |
Color Harmonies of #CBED6E
Complementary color
Monochromatic Colors of #CBED6E
Black with #CBED6E
Text Example
Text Example
White with #CBED6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBED6E; }
p { color: rgb(203,237,110); }
H1.HeaderClassName
{
color: #CBED6E;
}
.AnyTagClassName
{
color: #CBED6E;
}
</style>
background-color css
<style>
a { background-color: #CBED6E; }
a { background-color: rgb(203,237,110); }
div.DivClassName
{
background-color: #CBED6E;
}
.BgClassName
{
background-color: #CBED6E;
}
</style>
border-color css
<style>
span { border-color: #CBED6E; }
span { border-color: rgb(203,237,110); }
td.TdClassName
{
border-color: #CBED6E;
}
.TagClassName
{
border-color: #CBED6E;
}
</style>