Shades of Mindaro #CBEF6D
Tints of Mindaro #CBEF6D
RGB
CMYK
RGB Variations
Color information
#CBEF6D (or 0xCBEF6D) is known color: Mindaro. HEX triplet: CB, EF and 6D. RGB value is (203,239,109). Sum of RGB (Red+Green+Blue) = 203+239+109=551 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.84% from 551); Green value is 239 (93.75% from 255 or 43.38% from 551); Blue value is 109 (42.97% from 255 or 19.78% from 551); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEF6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEF6D is #341092. Grayscale: #D5D5D5. Windows color (decimal): -3412115 or 7204811. OLE color: 7204811.
HSL color Cylindrical-coordinate representation of color #CBEF6D: hue angle of 76.62º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CBEF6D is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 239 | 109 | - |
| CMYK | 0.15 | 0 | 0.54 | 0.06 |
| HSL | 76.62º | 0.8% | 0.68% | - |
| HSV(B) | 76.62º | 0.54% | 0.94% | - |
| XYZ | 58.26 | 75.53 | 25.98 | - |
| YUV | 213.42 | 69.07 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 239 | 109 | 0.15 | 0 | 0.54 | 0.06 | 76.62 | 0.8 | 0.68 |
| Hex | CB | EF | 6D | F | 0 | 36 | 6 | 4D | 50 | 44 |
| Octal | 313 | 357 | 155 | 17 | 0 | 66 | 6 | 115 | 120 | 104 |
| Binary | 11001011 | 11101111 | 1101101 | 1111 | 0 | 110110 | 110 | 1001101 | 1010000 | 1000100 |
Color Harmonies of #CBEF6D
Complementary color
Monochromatic Colors of #CBEF6D
Black with #CBEF6D
Text Example
Text Example
White with #CBEF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEF6D; }
p { color: rgb(203,239,109); }
H1.HeaderClassName
{
color: #CBEF6D;
}
.AnyTagClassName
{
color: #CBEF6D;
}
</style>
background-color css
<style>
a { background-color: #CBEF6D; }
a { background-color: rgb(203,239,109); }
div.DivClassName
{
background-color: #CBEF6D;
}
.BgClassName
{
background-color: #CBEF6D;
}
</style>
border-color css
<style>
span { border-color: #CBEF6D; }
span { border-color: rgb(203,239,109); }
td.TdClassName
{
border-color: #CBEF6D;
}
.TagClassName
{
border-color: #CBEF6D;
}
</style>