Shades of Mindaro #CBE66E
Tints of Mindaro #CBE66E
RGB
CMYK
RGB Variations
Color information
#CBE66E (or 0xCBE66E) is known color: Mindaro. HEX triplet: CB, E6 and 6E. RGB value is (203,230,110). Sum of RGB (Red+Green+Blue) = 203+230+110=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 230 (90.23% from 255 or 42.36% from 543); Blue value is 110 (43.36% from 255 or 20.26% from 543); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE66E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE66E is #341991. Grayscale: #D0D0D0. Windows color (decimal): -3414418 or 7268043. OLE color: 7268043.
HSL color Cylindrical-coordinate representation of color #CBE66E: hue angle of 73.5º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CBE66E is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 230 | 110 | - |
| CMYK | 0.12 | 0 | 0.52 | 0.10 |
| HSL | 73.5º | 0.71% | 0.67% | - |
| HSV(B) | 73.5º | 0.52% | 0.9% | - |
| XYZ | 55.74 | 70.42 | 25.41 | - |
| YUV | 208.25 | 72.55 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 230 | 110 | 0.12 | 0 | 0.52 | 0.10 | 73.5 | 0.71 | 0.67 |
| Hex | CB | E6 | 6E | C | 0 | 34 | A | 4A | 47 | 43 |
| Octal | 313 | 346 | 156 | 14 | 0 | 64 | 12 | 112 | 107 | 103 |
| Binary | 11001011 | 11100110 | 1101110 | 1100 | 0 | 110100 | 1010 | 1001010 | 1000111 | 1000011 |
Color Harmonies of #CBE66E
Complementary color
Monochromatic Colors of #CBE66E
Black with #CBE66E
Text Example
Text Example
White with #CBE66E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE66E; }
p { color: rgb(203,230,110); }
H1.HeaderClassName
{
color: #CBE66E;
}
.AnyTagClassName
{
color: #CBE66E;
}
</style>
background-color css
<style>
a { background-color: #CBE66E; }
a { background-color: rgb(203,230,110); }
div.DivClassName
{
background-color: #CBE66E;
}
.BgClassName
{
background-color: #CBE66E;
}
</style>
border-color css
<style>
span { border-color: #CBE66E; }
span { border-color: rgb(203,230,110); }
td.TdClassName
{
border-color: #CBE66E;
}
.TagClassName
{
border-color: #CBE66E;
}
</style>