Shades of Screamin' Green #6DED45
Tints of Screamin' Green #6DED45
RGB
CMYK
RGB Variations
Color information
#6DED45 (or 0x6DED45) is known color: Screamin' Green. HEX triplet: 6D, ED and 45. RGB value is (109,237,69). Sum of RGB (Red+Green+Blue) = 109+237+69=415 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.27% from 415); Green value is 237 (92.97% from 255 or 57.11% from 415); Blue value is 69 (27.34% from 255 or 16.63% from 415); Max value from RGB is 237 - color contains mainly: green. Hex color #6DED45 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6DED45 is #9212BA. Grayscale: #B4B4B4. Windows color (decimal): -9573051 or 4582765. OLE color: 4582765.
HSL color Cylindrical-coordinate representation of color #6DED45: hue angle of 105.71º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6DED45 is Cyan = 0.54, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 237 | 69 | - |
| CMYK | 0.54 | 0 | 0.71 | 0.07 |
| HSL | 105.71º | 0.82% | 0.6% | - |
| HSV(B) | 105.71º | 0.71% | 0.93% | - |
| XYZ | 37.67 | 64.25 | 16.05 | - |
| YUV | 179.58 | 65.59 | 77.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 237 | 69 | 0.54 | 0 | 0.71 | 0.07 | 105.71 | 0.82 | 0.6 |
| Hex | 6D | ED | 45 | 36 | 0 | 47 | 7 | 6A | 52 | 3C |
| Octal | 155 | 355 | 105 | 66 | 0 | 107 | 7 | 152 | 122 | 74 |
| Binary | 1101101 | 11101101 | 1000101 | 110110 | 0 | 1000111 | 111 | 1101010 | 1010010 | 111100 |
Color Harmonies of #6DED45
Complementary color
Monochromatic Colors of #6DED45
Black with #6DED45
Text Example
Text Example
White with #6DED45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DED45; }
p { color: rgb(109,237,69); }
H1.HeaderClassName
{
color: #6DED45;
}
.AnyTagClassName
{
color: #6DED45;
}
</style>
background-color css
<style>
a { background-color: #6DED45; }
a { background-color: rgb(109,237,69); }
div.DivClassName
{
background-color: #6DED45;
}
.BgClassName
{
background-color: #6DED45;
}
</style>
border-color css
<style>
span { border-color: #6DED45; }
span { border-color: rgb(109,237,69); }
td.TdClassName
{
border-color: #6DED45;
}
.TagClassName
{
border-color: #6DED45;
}
</style>