Shades of Screamin' Green #6DF052
Tints of Screamin' Green #6DF052
RGB
CMYK
RGB Variations
Color information
#6DF052 (or 0x6DF052) is known color: Screamin' Green. HEX triplet: 6D, F0 and 52. RGB value is (109,240,82). Sum of RGB (Red+Green+Blue) = 109+240+82=431 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.29% from 431); Green value is 240 (94.14% from 255 or 55.68% from 431); Blue value is 82 (32.42% from 255 or 19.03% from 431); Max value from RGB is 240 - color contains mainly: green. Hex color #6DF052 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6DF052 is #920FAD. Grayscale: #B7B7B7. Windows color (decimal): -9572270 or 5435501. OLE color: 5435501.
HSL color Cylindrical-coordinate representation of color #6DF052: hue angle of 109.75º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6DF052 is Cyan = 0.55, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 109 | 240 | 82 | - |
| CMYK | 0.55 | 0 | 0.66 | 0.06 |
| HSL | 109.75º | 0.84% | 0.63% | - |
| HSV(B) | 109.75º | 0.66% | 0.94% | - |
| XYZ | 38.99 | 66.18 | 18.7 | - |
| YUV | 182.82 | 71.1 | 75.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 240 | 82 | 0.55 | 0 | 0.66 | 0.06 | 109.75 | 0.84 | 0.63 |
| Hex | 6D | F0 | 52 | 37 | 0 | 42 | 6 | 6E | 54 | 3F |
| Octal | 155 | 360 | 122 | 67 | 0 | 102 | 6 | 156 | 124 | 77 |
| Binary | 1101101 | 11110000 | 1010010 | 110111 | 0 | 1000010 | 110 | 1101110 | 1010100 | 111111 |
Color Harmonies of #6DF052
Complementary color
Monochromatic Colors of #6DF052
Black with #6DF052
Text Example
Text Example
White with #6DF052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DF052; }
p { color: rgb(109,240,82); }
H1.HeaderClassName
{
color: #6DF052;
}
.AnyTagClassName
{
color: #6DF052;
}
</style>
background-color css
<style>
a { background-color: #6DF052; }
a { background-color: rgb(109,240,82); }
div.DivClassName
{
background-color: #6DF052;
}
.BgClassName
{
background-color: #6DF052;
}
</style>
border-color css
<style>
span { border-color: #6DF052; }
span { border-color: rgb(109,240,82); }
td.TdClassName
{
border-color: #6DF052;
}
.TagClassName
{
border-color: #6DF052;
}
</style>