Shades of Mindaro #CBE36F
Tints of Mindaro #CBE36F
RGB
CMYK
RGB Variations
Color information
#CBE36F (or 0xCBE36F) is known color: Mindaro. HEX triplet: CB, E3 and 6F. RGB value is (203,227,111). Sum of RGB (Red+Green+Blue) = 203+227+111=541 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.52% from 541); Green value is 227 (89.06% from 255 or 41.96% from 541); Blue value is 111 (43.75% from 255 or 20.52% from 541); Max value from RGB is 227 - color contains mainly: green. Hex color #CBE36F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE36F is #341C90. Grayscale: #CFCFCF. Windows color (decimal): -3415185 or 7332811. OLE color: 7332811.
HSL color Cylindrical-coordinate representation of color #CBE36F: hue angle of 72.41º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CBE36F is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 227 | 111 | - |
| CMYK | 0.11 | 0 | 0.51 | 0.11 |
| HSL | 72.41º | 0.67% | 0.66% | - |
| HSV(B) | 72.41º | 0.51% | 0.89% | - |
| XYZ | 54.97 | 68.78 | 25.42 | - |
| YUV | 206.6 | 74.05 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 227 | 111 | 0.11 | 0 | 0.51 | 0.11 | 72.41 | 0.67 | 0.66 |
| Hex | CB | E3 | 6F | B | 0 | 33 | B | 48 | 43 | 42 |
| Octal | 313 | 343 | 157 | 13 | 0 | 63 | 13 | 110 | 103 | 102 |
| Binary | 11001011 | 11100011 | 1101111 | 1011 | 0 | 110011 | 1011 | 1001000 | 1000011 | 1000010 |
Color Harmonies of #CBE36F
Complementary color
Monochromatic Colors of #CBE36F
Black with #CBE36F
Text Example
Text Example
White with #CBE36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE36F; }
p { color: rgb(203,227,111); }
H1.HeaderClassName
{
color: #CBE36F;
}
.AnyTagClassName
{
color: #CBE36F;
}
</style>
background-color css
<style>
a { background-color: #CBE36F; }
a { background-color: rgb(203,227,111); }
div.DivClassName
{
background-color: #CBE36F;
}
.BgClassName
{
background-color: #CBE36F;
}
</style>
border-color css
<style>
span { border-color: #CBE36F; }
span { border-color: rgb(203,227,111); }
td.TdClassName
{
border-color: #CBE36F;
}
.TagClassName
{
border-color: #CBE36F;
}
</style>