Shades of Screamin' Green #6DED6A
Tints of Screamin' Green #6DED6A
RGB
CMYK
RGB Variations
Color information
#6DED6A (or 0x6DED6A) is known color: Screamin' Green. HEX triplet: 6D, ED and 6A. RGB value is (109,237,106). Sum of RGB (Red+Green+Blue) = 109+237+106=452 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.12% from 452); Green value is 237 (92.97% from 255 or 52.43% from 452); Blue value is 106 (41.80% from 255 or 23.45% from 452); Max value from RGB is 237 - color contains mainly: green. Hex color #6DED6A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6DED6A is #921295. Grayscale: #B8B8B8. Windows color (decimal): -9573014 or 7007597. OLE color: 7007597.
HSL color Cylindrical-coordinate representation of color #6DED6A: hue angle of 118.63º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DED6A is Cyan = 0.54, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 237 | 106 | - |
| CMYK | 0.54 | 0 | 0.55 | 0.07 |
| HSL | 118.63º | 0.78% | 0.67% | - |
| HSV(B) | 118.63º | 0.55% | 0.93% | - |
| XYZ | 39.19 | 64.86 | 24.09 | - |
| YUV | 183.79 | 84.09 | 74.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 237 | 106 | 0.54 | 0 | 0.55 | 0.07 | 118.63 | 0.78 | 0.67 |
| Hex | 6D | ED | 6A | 36 | 0 | 37 | 7 | 77 | 4E | 43 |
| Octal | 155 | 355 | 152 | 66 | 0 | 67 | 7 | 167 | 116 | 103 |
| Binary | 1101101 | 11101101 | 1101010 | 110110 | 0 | 110111 | 111 | 1110111 | 1001110 | 1000011 |
Color Harmonies of #6DED6A
Complementary color
Monochromatic Colors of #6DED6A
Black with #6DED6A
Text Example
Text Example
White with #6DED6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DED6A; }
p { color: rgb(109,237,106); }
H1.HeaderClassName
{
color: #6DED6A;
}
.AnyTagClassName
{
color: #6DED6A;
}
</style>
background-color css
<style>
a { background-color: #6DED6A; }
a { background-color: rgb(109,237,106); }
div.DivClassName
{
background-color: #6DED6A;
}
.BgClassName
{
background-color: #6DED6A;
}
</style>
border-color css
<style>
span { border-color: #6DED6A; }
span { border-color: rgb(109,237,106); }
td.TdClassName
{
border-color: #6DED6A;
}
.TagClassName
{
border-color: #6DED6A;
}
</style>