Shades of Screamin' Green #6DED5F
Tints of Screamin' Green #6DED5F
RGB
CMYK
RGB Variations
Color information
#6DED5F (or 0x6DED5F) is known color: Screamin' Green. HEX triplet: 6D, ED and 5F. RGB value is (109,237,95). Sum of RGB (Red+Green+Blue) = 109+237+95=441 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.72% from 441); Green value is 237 (92.97% from 255 or 53.74% from 441); Blue value is 95 (37.5% from 255 or 21.54% from 441); Max value from RGB is 237 - color contains mainly: green. Hex color #6DED5F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6DED5F is #9212A0. Grayscale: #B6B6B6. Windows color (decimal): -9573025 or 6286701. OLE color: 6286701.
HSL color Cylindrical-coordinate representation of color #6DED5F: hue angle of 114.08º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6DED5F is Cyan = 0.54, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 237 | 95 | - |
| CMYK | 0.54 | 0 | 0.60 | 0.07 |
| HSL | 114.08º | 0.8% | 0.65% | - |
| HSV(B) | 114.08º | 0.6% | 0.93% | - |
| XYZ | 38.66 | 64.65 | 21.27 | - |
| YUV | 182.54 | 78.59 | 75.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 237 | 95 | 0.54 | 0 | 0.60 | 0.07 | 114.08 | 0.8 | 0.65 |
| Hex | 6D | ED | 5F | 36 | 0 | 3C | 7 | 72 | 50 | 41 |
| Octal | 155 | 355 | 137 | 66 | 0 | 74 | 7 | 162 | 120 | 101 |
| Binary | 1101101 | 11101101 | 1011111 | 110110 | 0 | 111100 | 111 | 1110010 | 1010000 | 1000001 |
Color Harmonies of #6DED5F
Complementary color
Monochromatic Colors of #6DED5F
Black with #6DED5F
Text Example
Text Example
White with #6DED5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DED5F; }
p { color: rgb(109,237,95); }
H1.HeaderClassName
{
color: #6DED5F;
}
.AnyTagClassName
{
color: #6DED5F;
}
</style>
background-color css
<style>
a { background-color: #6DED5F; }
a { background-color: rgb(109,237,95); }
div.DivClassName
{
background-color: #6DED5F;
}
.BgClassName
{
background-color: #6DED5F;
}
</style>
border-color css
<style>
span { border-color: #6DED5F; }
span { border-color: rgb(109,237,95); }
td.TdClassName
{
border-color: #6DED5F;
}
.TagClassName
{
border-color: #6DED5F;
}
</style>