Shades of Mindaro #CBE66D
Tints of Mindaro #CBE66D
RGB
CMYK
RGB Variations
Color information
#CBE66D (or 0xCBE66D) is known color: Mindaro. HEX triplet: CB, E6 and 6D. RGB value is (203,230,109). Sum of RGB (Red+Green+Blue) = 203+230+109=542 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.45% from 542); Green value is 230 (90.23% from 255 or 42.44% from 542); Blue value is 109 (42.97% from 255 or 20.11% from 542); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE66D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE66D is #341992. Grayscale: #D0D0D0. Windows color (decimal): -3414419 or 7202507. OLE color: 7202507.
HSL color Cylindrical-coordinate representation of color #CBE66D: hue angle of 73.39º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CBE66D is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 230 | 109 | - |
| CMYK | 0.12 | 0 | 0.53 | 0.10 |
| HSL | 73.39º | 0.71% | 0.66% | - |
| HSV(B) | 73.39º | 0.53% | 0.9% | - |
| XYZ | 55.69 | 70.39 | 25.12 | - |
| YUV | 208.13 | 72.05 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 230 | 109 | 0.12 | 0 | 0.53 | 0.10 | 73.39 | 0.71 | 0.66 |
| Hex | CB | E6 | 6D | C | 0 | 35 | A | 49 | 47 | 42 |
| Octal | 313 | 346 | 155 | 14 | 0 | 65 | 12 | 111 | 107 | 102 |
| Binary | 11001011 | 11100110 | 1101101 | 1100 | 0 | 110101 | 1010 | 1001001 | 1000111 | 1000010 |
Color Harmonies of #CBE66D
Complementary color
Monochromatic Colors of #CBE66D
Black with #CBE66D
Text Example
Text Example
White with #CBE66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE66D; }
p { color: rgb(203,230,109); }
H1.HeaderClassName
{
color: #CBE66D;
}
.AnyTagClassName
{
color: #CBE66D;
}
</style>
background-color css
<style>
a { background-color: #CBE66D; }
a { background-color: rgb(203,230,109); }
div.DivClassName
{
background-color: #CBE66D;
}
.BgClassName
{
background-color: #CBE66D;
}
</style>
border-color css
<style>
span { border-color: #CBE66D; }
span { border-color: rgb(203,230,109); }
td.TdClassName
{
border-color: #CBE66D;
}
.TagClassName
{
border-color: #CBE66D;
}
</style>