Shades of Mindaro #CBE65D
Tints of Mindaro #CBE65D
RGB
CMYK
RGB Variations
Color information
#CBE65D (or 0xCBE65D) is known color: Mindaro. HEX triplet: CB, E6 and 5D. RGB value is (203,230,93). Sum of RGB (Red+Green+Blue) = 203+230+93=526 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.59% from 526); Green value is 230 (90.23% from 255 or 43.73% from 526); Blue value is 93 (36.72% from 255 or 17.68% from 526); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE65D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE65D is #3419A2. Grayscale: #CECECE. Windows color (decimal): -3414435 or 6153931. OLE color: 6153931.
HSL color Cylindrical-coordinate representation of color #CBE65D: hue angle of 71.82º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CBE65D is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 230 | 93 | - |
| CMYK | 0.12 | 0 | 0.60 | 0.10 |
| HSL | 71.82º | 0.73% | 0.63% | - |
| HSV(B) | 71.82º | 0.6% | 0.9% | - |
| XYZ | 54.9 | 70.08 | 20.99 | - |
| YUV | 206.31 | 64.05 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 230 | 93 | 0.12 | 0 | 0.60 | 0.10 | 71.82 | 0.73 | 0.63 |
| Hex | CB | E6 | 5D | C | 0 | 3C | A | 48 | 49 | 3F |
| Octal | 313 | 346 | 135 | 14 | 0 | 74 | 12 | 110 | 111 | 77 |
| Binary | 11001011 | 11100110 | 1011101 | 1100 | 0 | 111100 | 1010 | 1001000 | 1001001 | 111111 |
Color Harmonies of #CBE65D
Complementary color
Monochromatic Colors of #CBE65D
Black with #CBE65D
Text Example
Text Example
White with #CBE65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE65D; }
p { color: rgb(203,230,93); }
H1.HeaderClassName
{
color: #CBE65D;
}
.AnyTagClassName
{
color: #CBE65D;
}
</style>
background-color css
<style>
a { background-color: #CBE65D; }
a { background-color: rgb(203,230,93); }
div.DivClassName
{
background-color: #CBE65D;
}
.BgClassName
{
background-color: #CBE65D;
}
</style>
border-color css
<style>
span { border-color: #CBE65D; }
span { border-color: rgb(203,230,93); }
td.TdClassName
{
border-color: #CBE65D;
}
.TagClassName
{
border-color: #CBE65D;
}
</style>