Shades of Mantis #6CD250
Tints of Mantis #6CD250
RGB
CMYK
RGB Variations
Color information
#6CD250 (or 0x6CD250) is known color: Mantis. HEX triplet: 6C, D2 and 50. RGB value is (108,210,80). Sum of RGB (Red+Green+Blue) = 108+210+80=398 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.14% from 398); Green value is 210 (82.42% from 255 or 52.76% from 398); Blue value is 80 (31.64% from 255 or 20.10% from 398); Max value from RGB is 210 - color contains mainly: green. Hex color #6CD250 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CD250 is #932DAF. Grayscale: #A5A5A5. Windows color (decimal): -9645488 or 5296748. OLE color: 5296748.
HSL color Cylindrical-coordinate representation of color #6CD250: hue angle of 107.08º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6CD250 is Cyan = 0.49, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 108 | 210 | 80 | - |
| CMYK | 0.49 | 0 | 0.62 | 0.18 |
| HSL | 107.08º | 0.59% | 0.57% | - |
| HSV(B) | 107.08º | 0.62% | 0.82% | - |
| XYZ | 30.68 | 49.86 | 15.6 | - |
| YUV | 164.68 | 80.21 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 210 | 80 | 0.49 | 0 | 0.62 | 0.18 | 107.08 | 0.59 | 0.57 |
| Hex | 6C | D2 | 50 | 31 | 0 | 3E | 12 | 6B | 3B | 39 |
| Octal | 154 | 322 | 120 | 61 | 0 | 76 | 22 | 153 | 73 | 71 |
| Binary | 1101100 | 11010010 | 1010000 | 110001 | 0 | 111110 | 10010 | 1101011 | 111011 | 111001 |
Color Harmonies of #6CD250
Complementary color
Monochromatic Colors of #6CD250
Black with #6CD250
Text Example
Text Example
White with #6CD250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CD250; }
p { color: rgb(108,210,80); }
H1.HeaderClassName
{
color: #6CD250;
}
.AnyTagClassName
{
color: #6CD250;
}
</style>
background-color css
<style>
a { background-color: #6CD250; }
a { background-color: rgb(108,210,80); }
div.DivClassName
{
background-color: #6CD250;
}
.BgClassName
{
background-color: #6CD250;
}
</style>
border-color css
<style>
span { border-color: #6CD250; }
span { border-color: rgb(108,210,80); }
td.TdClassName
{
border-color: #6CD250;
}
.TagClassName
{
border-color: #6CD250;
}
</style>