Shades of Mindaro #CBE66C
Tints of Mindaro #CBE66C
RGB
CMYK
RGB Variations
Color information
#CBE66C (or 0xCBE66C) is known color: Mindaro. HEX triplet: CB, E6 and 6C. RGB value is (203,230,108). Sum of RGB (Red+Green+Blue) = 203+230+108=541 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.52% from 541); Green value is 230 (90.23% from 255 or 42.51% from 541); Blue value is 108 (42.58% from 255 or 19.96% from 541); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE66C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE66C is #341993. Grayscale: #D0D0D0. Windows color (decimal): -3414420 or 7136971. OLE color: 7136971.
HSL color Cylindrical-coordinate representation of color #CBE66C: hue angle of 73.28º 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 #CBE66C is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 230 | 108 | - |
| CMYK | 0.12 | 0 | 0.53 | 0.10 |
| HSL | 73.28º | 0.71% | 0.66% | - |
| HSV(B) | 73.28º | 0.53% | 0.9% | - |
| XYZ | 55.63 | 70.37 | 24.84 | - |
| YUV | 208.02 | 71.55 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 230 | 108 | 0.12 | 0 | 0.53 | 0.10 | 73.28 | 0.71 | 0.66 |
| Hex | CB | E6 | 6C | C | 0 | 35 | A | 49 | 47 | 42 |
| Octal | 313 | 346 | 154 | 14 | 0 | 65 | 12 | 111 | 107 | 102 |
| Binary | 11001011 | 11100110 | 1101100 | 1100 | 0 | 110101 | 1010 | 1001001 | 1000111 | 1000010 |
Color Harmonies of #CBE66C
Complementary color
Monochromatic Colors of #CBE66C
Black with #CBE66C
Text Example
Text Example
White with #CBE66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE66C; }
p { color: rgb(203,230,108); }
H1.HeaderClassName
{
color: #CBE66C;
}
.AnyTagClassName
{
color: #CBE66C;
}
</style>
background-color css
<style>
a { background-color: #CBE66C; }
a { background-color: rgb(203,230,108); }
div.DivClassName
{
background-color: #CBE66C;
}
.BgClassName
{
background-color: #CBE66C;
}
</style>
border-color css
<style>
span { border-color: #CBE66C; }
span { border-color: rgb(203,230,108); }
td.TdClassName
{
border-color: #CBE66C;
}
.TagClassName
{
border-color: #CBE66C;
}
</style>