Shades of Mindaro #CBEE6C
Tints of Mindaro #CBEE6C
RGB
CMYK
RGB Variations
Color information
#CBEE6C (or 0xCBEE6C) is known color: Mindaro. HEX triplet: CB, EE and 6C. RGB value is (203,238,108). Sum of RGB (Red+Green+Blue) = 203+238+108=549 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.98% from 549); Green value is 238 (93.36% from 255 or 43.35% from 549); Blue value is 108 (42.58% from 255 or 19.67% from 549); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEE6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEE6C is #341193. Grayscale: #D5D5D5. Windows color (decimal): -3412372 or 7139019. OLE color: 7139019.
HSL color Cylindrical-coordinate representation of color #CBEE6C: hue angle of 76.15º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CBEE6C is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 238 | 108 | - |
| CMYK | 0.15 | 0 | 0.55 | 0.07 |
| HSL | 76.15º | 0.79% | 0.68% | - |
| HSV(B) | 76.15º | 0.55% | 0.93% | - |
| XYZ | 57.91 | 74.93 | 25.6 | - |
| YUV | 212.72 | 68.9 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 238 | 108 | 0.15 | 0 | 0.55 | 0.07 | 76.15 | 0.79 | 0.68 |
| Hex | CB | EE | 6C | F | 0 | 37 | 7 | 4C | 4F | 44 |
| Octal | 313 | 356 | 154 | 17 | 0 | 67 | 7 | 114 | 117 | 104 |
| Binary | 11001011 | 11101110 | 1101100 | 1111 | 0 | 110111 | 111 | 1001100 | 1001111 | 1000100 |
Color Harmonies of #CBEE6C
Complementary color
Monochromatic Colors of #CBEE6C
Black with #CBEE6C
Text Example
Text Example
White with #CBEE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEE6C; }
p { color: rgb(203,238,108); }
H1.HeaderClassName
{
color: #CBEE6C;
}
.AnyTagClassName
{
color: #CBEE6C;
}
</style>
background-color css
<style>
a { background-color: #CBEE6C; }
a { background-color: rgb(203,238,108); }
div.DivClassName
{
background-color: #CBEE6C;
}
.BgClassName
{
background-color: #CBEE6C;
}
</style>
border-color css
<style>
span { border-color: #CBEE6C; }
span { border-color: rgb(203,238,108); }
td.TdClassName
{
border-color: #CBEE6C;
}
.TagClassName
{
border-color: #CBEE6C;
}
</style>