Shades of Screamin' Green #6EFF82
Tints of Screamin' Green #6EFF82
RGB
CMYK
RGB Variations
Color information
#6EFF82 (or 0x6EFF82) is known color: Screamin' Green. HEX triplet: 6E, FF and 82. RGB value is (110,255,130). Sum of RGB (Red+Green+Blue) = 110+255+130=495 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.22% from 495); Green value is 255 (100% from 255 or 51.52% from 495); Blue value is 130 (51.17% from 255 or 26.26% from 495); Max value from RGB is 255 - color contains mainly: green. Hex color #6EFF82 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6EFF82 is #91007D. Grayscale: #C5C5C5. Windows color (decimal): -9502846 or 8585070. OLE color: 8585070.
HSL color Cylindrical-coordinate representation of color #6EFF82: hue angle of 128.28º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EFF82 is Cyan = 0.57, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 255 | 130 | - |
| CMYK | 0.57 | 0 | 0.49 | 0 |
| HSL | 128.28º | 1% | 0.72% | - |
| HSV(B) | 128.28º | 0.57% | 1% | - |
| XYZ | 46.22 | 76.45 | 33.44 | - |
| YUV | 197.4 | 89.96 | 65.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 255 | 130 | 0.57 | 0 | 0.49 | 0 | 128.28 | 1 | 0.72 |
| Hex | 6E | FF | 82 | 39 | 0 | 31 | 0 | 80 | 64 | 48 |
| Octal | 156 | 377 | 202 | 71 | 0 | 61 | 0 | 200 | 144 | 110 |
| Binary | 1101110 | 11111111 | 10000010 | 111001 | 0 | 110001 | 0 | 10000000 | 1100100 | 1001000 |
Color Harmonies of #6EFF82
Complementary color
Monochromatic Colors of #6EFF82
Black with #6EFF82
Text Example
Text Example
White with #6EFF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EFF82; }
p { color: rgb(110,255,130); }
H1.HeaderClassName
{
color: #6EFF82;
}
.AnyTagClassName
{
color: #6EFF82;
}
</style>
background-color css
<style>
a { background-color: #6EFF82; }
a { background-color: rgb(110,255,130); }
div.DivClassName
{
background-color: #6EFF82;
}
.BgClassName
{
background-color: #6EFF82;
}
</style>
border-color css
<style>
span { border-color: #6EFF82; }
span { border-color: rgb(110,255,130); }
td.TdClassName
{
border-color: #6EFF82;
}
.TagClassName
{
border-color: #6EFF82;
}
</style>