Shades of Mindaro #CBEF6C
Tints of Mindaro #CBEF6C
RGB
CMYK
RGB Variations
Color information
#CBEF6C (or 0xCBEF6C) is known color: Mindaro. HEX triplet: CB, EF and 6C. RGB value is (203,239,108). Sum of RGB (Red+Green+Blue) = 203+239+108=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 239 (93.75% from 255 or 43.45% from 550); Blue value is 108 (42.58% from 255 or 19.64% from 550); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEF6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEF6C is #341093. Grayscale: #D5D5D5. Windows color (decimal): -3412116 or 7139275. OLE color: 7139275.
HSL color Cylindrical-coordinate representation of color #CBEF6C: hue angle of 76.49º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CBEF6C is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 239 | 108 | - |
| CMYK | 0.15 | 0 | 0.55 | 0.06 |
| HSL | 76.49º | 0.8% | 0.68% | - |
| HSV(B) | 76.49º | 0.55% | 0.94% | - |
| XYZ | 58.2 | 75.51 | 25.7 | - |
| YUV | 213.3 | 68.57 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 239 | 108 | 0.15 | 0 | 0.55 | 0.06 | 76.49 | 0.8 | 0.68 |
| Hex | CB | EF | 6C | F | 0 | 37 | 6 | 4C | 50 | 44 |
| Octal | 313 | 357 | 154 | 17 | 0 | 67 | 6 | 114 | 120 | 104 |
| Binary | 11001011 | 11101111 | 1101100 | 1111 | 0 | 110111 | 110 | 1001100 | 1010000 | 1000100 |
Color Harmonies of #CBEF6C
Complementary color
Monochromatic Colors of #CBEF6C
Black with #CBEF6C
Text Example
Text Example
White with #CBEF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEF6C; }
p { color: rgb(203,239,108); }
H1.HeaderClassName
{
color: #CBEF6C;
}
.AnyTagClassName
{
color: #CBEF6C;
}
</style>
background-color css
<style>
a { background-color: #CBEF6C; }
a { background-color: rgb(203,239,108); }
div.DivClassName
{
background-color: #CBEF6C;
}
.BgClassName
{
background-color: #CBEF6C;
}
</style>
border-color css
<style>
span { border-color: #CBEF6C; }
span { border-color: rgb(203,239,108); }
td.TdClassName
{
border-color: #CBEF6C;
}
.TagClassName
{
border-color: #CBEF6C;
}
</style>