Shades of Mindaro #CBE05E
Tints of Mindaro #CBE05E
RGB
CMYK
RGB Variations
Color information
#CBE05E (or 0xCBE05E) is known color: Mindaro. HEX triplet: CB, E0 and 5E. RGB value is (203,224,94). Sum of RGB (Red+Green+Blue) = 203+224+94=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 224 (87.89% from 255 or 42.99% from 521); Blue value is 94 (37.11% from 255 or 18.04% from 521); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE05E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE05E is #341FA1. Grayscale: #CBCBCB. Windows color (decimal): -3415970 or 6217931. OLE color: 6217931.
HSL color Cylindrical-coordinate representation of color #CBE05E: hue angle of 69.69º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CBE05E is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 224 | 94 | - |
| CMYK | 0.09 | 0 | 0.58 | 0.12 |
| HSL | 69.69º | 0.68% | 0.62% | - |
| HSV(B) | 69.69º | 0.58% | 0.88% | - |
| XYZ | 53.3 | 66.82 | 20.68 | - |
| YUV | 202.9 | 66.54 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 224 | 94 | 0.09 | 0 | 0.58 | 0.12 | 69.69 | 0.68 | 0.62 |
| Hex | CB | E0 | 5E | 9 | 0 | 3A | C | 46 | 44 | 3E |
| Octal | 313 | 340 | 136 | 11 | 0 | 72 | 14 | 106 | 104 | 76 |
| Binary | 11001011 | 11100000 | 1011110 | 1001 | 0 | 111010 | 1100 | 1000110 | 1000100 | 111110 |
Color Harmonies of #CBE05E
Complementary color
Monochromatic Colors of #CBE05E
Black with #CBE05E
Text Example
Text Example
White with #CBE05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE05E; }
p { color: rgb(203,224,94); }
H1.HeaderClassName
{
color: #CBE05E;
}
.AnyTagClassName
{
color: #CBE05E;
}
</style>
background-color css
<style>
a { background-color: #CBE05E; }
a { background-color: rgb(203,224,94); }
div.DivClassName
{
background-color: #CBE05E;
}
.BgClassName
{
background-color: #CBE05E;
}
</style>
border-color css
<style>
span { border-color: #CBE05E; }
span { border-color: rgb(203,224,94); }
td.TdClassName
{
border-color: #CBE05E;
}
.TagClassName
{
border-color: #CBE05E;
}
</style>