Shades of Screamin' Green #6DED4C
Tints of Screamin' Green #6DED4C
RGB
CMYK
RGB Variations
Color information
#6DED4C (or 0x6DED4C) is known color: Screamin' Green. HEX triplet: 6D, ED and 4C. RGB value is (109,237,76). Sum of RGB (Red+Green+Blue) = 109+237+76=422 (55% of max value = 765). Red value is 109 (42.97% from 255 or 25.83% from 422); Green value is 237 (92.97% from 255 or 56.16% from 422); Blue value is 76 (30.08% from 255 or 18.01% from 422); Max value from RGB is 237 - color contains mainly: green. Hex color #6DED4C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6DED4C is #9212B3. Grayscale: #B4B4B4. Windows color (decimal): -9573044 or 5041517. OLE color: 5041517.
HSL color Cylindrical-coordinate representation of color #6DED4C: hue angle of 107.7º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6DED4C is Cyan = 0.54, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 237 | 76 | - |
| CMYK | 0.54 | 0 | 0.68 | 0.07 |
| HSL | 107.7º | 0.82% | 0.61% | - |
| HSV(B) | 107.7º | 0.68% | 0.93% | - |
| XYZ | 37.9 | 64.34 | 17.26 | - |
| YUV | 180.37 | 69.09 | 77.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 237 | 76 | 0.54 | 0 | 0.68 | 0.07 | 107.7 | 0.82 | 0.61 |
| Hex | 6D | ED | 4C | 36 | 0 | 44 | 7 | 6C | 52 | 3D |
| Octal | 155 | 355 | 114 | 66 | 0 | 104 | 7 | 154 | 122 | 75 |
| Binary | 1101101 | 11101101 | 1001100 | 110110 | 0 | 1000100 | 111 | 1101100 | 1010010 | 111101 |
Color Harmonies of #6DED4C
Complementary color
Monochromatic Colors of #6DED4C
Black with #6DED4C
Text Example
Text Example
White with #6DED4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DED4C; }
p { color: rgb(109,237,76); }
H1.HeaderClassName
{
color: #6DED4C;
}
.AnyTagClassName
{
color: #6DED4C;
}
</style>
background-color css
<style>
a { background-color: #6DED4C; }
a { background-color: rgb(109,237,76); }
div.DivClassName
{
background-color: #6DED4C;
}
.BgClassName
{
background-color: #6DED4C;
}
</style>
border-color css
<style>
span { border-color: #6DED4C; }
span { border-color: rgb(109,237,76); }
td.TdClassName
{
border-color: #6DED4C;
}
.TagClassName
{
border-color: #6DED4C;
}
</style>