Shades of Mindaro #CBE062
Tints of Mindaro #CBE062
RGB
CMYK
RGB Variations
Color information
#CBE062 (or 0xCBE062) is known color: Mindaro. HEX triplet: CB, E0 and 62. RGB value is (203,224,98). Sum of RGB (Red+Green+Blue) = 203+224+98=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 224 (87.89% from 255 or 42.67% from 525); Blue value is 98 (38.67% from 255 or 18.67% from 525); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE062 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE062 is #341F9D. Grayscale: #CBCBCB. Windows color (decimal): -3415966 or 6480075. OLE color: 6480075.
HSL color Cylindrical-coordinate representation of color #CBE062: hue angle of 70º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CBE062 is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 224 | 98 | - |
| CMYK | 0.09 | 0 | 0.56 | 0.12 |
| HSL | 70º | 0.67% | 0.63% | - |
| HSV(B) | 70º | 0.56% | 0.88% | - |
| XYZ | 53.49 | 66.89 | 21.65 | - |
| YUV | 203.36 | 68.54 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 224 | 98 | 0.09 | 0 | 0.56 | 0.12 | 70 | 0.67 | 0.63 |
| Hex | CB | E0 | 62 | 9 | 0 | 38 | C | 46 | 43 | 3F |
| Octal | 313 | 340 | 142 | 11 | 0 | 70 | 14 | 106 | 103 | 77 |
| Binary | 11001011 | 11100000 | 1100010 | 1001 | 0 | 111000 | 1100 | 1000110 | 1000011 | 111111 |
Color Harmonies of #CBE062
Complementary color
Monochromatic Colors of #CBE062
Black with #CBE062
Text Example
Text Example
White with #CBE062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE062; }
p { color: rgb(203,224,98); }
H1.HeaderClassName
{
color: #CBE062;
}
.AnyTagClassName
{
color: #CBE062;
}
</style>
background-color css
<style>
a { background-color: #CBE062; }
a { background-color: rgb(203,224,98); }
div.DivClassName
{
background-color: #CBE062;
}
.BgClassName
{
background-color: #CBE062;
}
</style>
border-color css
<style>
span { border-color: #CBE062; }
span { border-color: rgb(203,224,98); }
td.TdClassName
{
border-color: #CBE062;
}
.TagClassName
{
border-color: #CBE062;
}
</style>