Shades of Mindaro #CBE65E
Tints of Mindaro #CBE65E
RGB
CMYK
RGB Variations
Color information
#CBE65E (or 0xCBE65E) is known color: Mindaro. HEX triplet: CB, E6 and 5E. RGB value is (203,230,94). Sum of RGB (Red+Green+Blue) = 203+230+94=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 230 (90.23% from 255 or 43.64% from 527); Blue value is 94 (37.11% from 255 or 17.84% from 527); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE65E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE65E is #3419A1. Grayscale: #CECECE. Windows color (decimal): -3414434 or 6219467. OLE color: 6219467.
HSL color Cylindrical-coordinate representation of color #CBE65E: hue angle of 71.91º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CBE65E is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 230 | 94 | - |
| CMYK | 0.12 | 0 | 0.59 | 0.10 |
| HSL | 71.91º | 0.73% | 0.64% | - |
| HSV(B) | 71.91º | 0.59% | 0.9% | - |
| XYZ | 54.95 | 70.1 | 21.22 | - |
| YUV | 206.42 | 64.55 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 230 | 94 | 0.12 | 0 | 0.59 | 0.10 | 71.91 | 0.73 | 0.64 |
| Hex | CB | E6 | 5E | C | 0 | 3B | A | 48 | 49 | 40 |
| Octal | 313 | 346 | 136 | 14 | 0 | 73 | 12 | 110 | 111 | 100 |
| Binary | 11001011 | 11100110 | 1011110 | 1100 | 0 | 111011 | 1010 | 1001000 | 1001001 | 1000000 |
Color Harmonies of #CBE65E
Complementary color
Monochromatic Colors of #CBE65E
Black with #CBE65E
Text Example
Text Example
White with #CBE65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE65E; }
p { color: rgb(203,230,94); }
H1.HeaderClassName
{
color: #CBE65E;
}
.AnyTagClassName
{
color: #CBE65E;
}
</style>
background-color css
<style>
a { background-color: #CBE65E; }
a { background-color: rgb(203,230,94); }
div.DivClassName
{
background-color: #CBE65E;
}
.BgClassName
{
background-color: #CBE65E;
}
</style>
border-color css
<style>
span { border-color: #CBE65E; }
span { border-color: rgb(203,230,94); }
td.TdClassName
{
border-color: #CBE65E;
}
.TagClassName
{
border-color: #CBE65E;
}
</style>