Shades of Mindaro #CBE362
Tints of Mindaro #CBE362
RGB
CMYK
RGB Variations
Color information
#CBE362 (or 0xCBE362) is known color: Mindaro. HEX triplet: CB, E3 and 62. RGB value is (203,227,98). Sum of RGB (Red+Green+Blue) = 203+227+98=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 227 (89.06% from 255 or 42.99% from 528); Blue value is 98 (38.67% from 255 or 18.56% from 528); Max value from RGB is 227 - color contains mainly: green. Hex color #CBE362 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE362 is #341C9D. Grayscale: #CDCDCD. Windows color (decimal): -3415198 or 6480843. OLE color: 6480843.
HSL color Cylindrical-coordinate representation of color #CBE362: hue angle of 71.16º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CBE362 is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 227 | 98 | - |
| CMYK | 0.11 | 0 | 0.57 | 0.11 |
| HSL | 71.16º | 0.7% | 0.64% | - |
| HSV(B) | 71.16º | 0.57% | 0.89% | - |
| XYZ | 54.3 | 68.52 | 21.92 | - |
| YUV | 205.12 | 67.55 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 227 | 98 | 0.11 | 0 | 0.57 | 0.11 | 71.16 | 0.7 | 0.64 |
| Hex | CB | E3 | 62 | B | 0 | 39 | B | 47 | 46 | 40 |
| Octal | 313 | 343 | 142 | 13 | 0 | 71 | 13 | 107 | 106 | 100 |
| Binary | 11001011 | 11100011 | 1100010 | 1011 | 0 | 111001 | 1011 | 1000111 | 1000110 | 1000000 |
Color Harmonies of #CBE362
Complementary color
Monochromatic Colors of #CBE362
Black with #CBE362
Text Example
Text Example
White with #CBE362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE362; }
p { color: rgb(203,227,98); }
H1.HeaderClassName
{
color: #CBE362;
}
.AnyTagClassName
{
color: #CBE362;
}
</style>
background-color css
<style>
a { background-color: #CBE362; }
a { background-color: rgb(203,227,98); }
div.DivClassName
{
background-color: #CBE362;
}
.BgClassName
{
background-color: #CBE362;
}
</style>
border-color css
<style>
span { border-color: #CBE362; }
span { border-color: rgb(203,227,98); }
td.TdClassName
{
border-color: #CBE362;
}
.TagClassName
{
border-color: #CBE362;
}
</style>