Shades of Mindaro #CBE45D
Tints of Mindaro #CBE45D
RGB
CMYK
RGB Variations
Color information
#CBE45D (or 0xCBE45D) is known color: Mindaro. HEX triplet: CB, E4 and 5D. RGB value is (203,228,93). Sum of RGB (Red+Green+Blue) = 203+228+93=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 228 (89.45% from 255 or 43.51% from 524); Blue value is 93 (36.72% from 255 or 17.75% from 524); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE45D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE45D is #341BA2. Grayscale: #CDCDCD. Windows color (decimal): -3414947 or 6153419. OLE color: 6153419.
HSL color Cylindrical-coordinate representation of color #CBE45D: hue angle of 71.11º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CBE45D is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 228 | 93 | - |
| CMYK | 0.11 | 0 | 0.59 | 0.11 |
| HSL | 71.11º | 0.71% | 0.63% | - |
| HSV(B) | 71.11º | 0.59% | 0.89% | - |
| XYZ | 54.35 | 68.97 | 20.8 | - |
| YUV | 205.14 | 64.72 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 228 | 93 | 0.11 | 0 | 0.59 | 0.11 | 71.11 | 0.71 | 0.63 |
| Hex | CB | E4 | 5D | B | 0 | 3B | B | 47 | 47 | 3F |
| Octal | 313 | 344 | 135 | 13 | 0 | 73 | 13 | 107 | 107 | 77 |
| Binary | 11001011 | 11100100 | 1011101 | 1011 | 0 | 111011 | 1011 | 1000111 | 1000111 | 111111 |
Color Harmonies of #CBE45D
Complementary color
Monochromatic Colors of #CBE45D
Black with #CBE45D
Text Example
Text Example
White with #CBE45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE45D; }
p { color: rgb(203,228,93); }
H1.HeaderClassName
{
color: #CBE45D;
}
.AnyTagClassName
{
color: #CBE45D;
}
</style>
background-color css
<style>
a { background-color: #CBE45D; }
a { background-color: rgb(203,228,93); }
div.DivClassName
{
background-color: #CBE45D;
}
.BgClassName
{
background-color: #CBE45D;
}
</style>
border-color css
<style>
span { border-color: #CBE45D; }
span { border-color: rgb(203,228,93); }
td.TdClassName
{
border-color: #CBE45D;
}
.TagClassName
{
border-color: #CBE45D;
}
</style>