Shades of Screamin' Green #6CFF82
Tints of Screamin' Green #6CFF82
RGB
CMYK
RGB Variations
Color information
#6CFF82 (or 0x6CFF82) is known color: Screamin' Green. HEX triplet: 6C, FF and 82. RGB value is (108,255,130). Sum of RGB (Red+Green+Blue) = 108+255+130=493 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.91% from 493); Green value is 255 (100% from 255 or 51.72% from 493); Blue value is 130 (51.17% from 255 or 26.37% from 493); Max value from RGB is 255 - color contains mainly: green. Hex color #6CFF82 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6CFF82 is #93007D. Grayscale: #C5C5C5. Windows color (decimal): -9633918 or 8585068. OLE color: 8585068.
HSL color Cylindrical-coordinate representation of color #6CFF82: hue angle of 128.98º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6CFF82 is Cyan = 0.58, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 108 | 255 | 130 | - |
| CMYK | 0.58 | 0 | 0.49 | 0 |
| HSL | 128.98º | 1% | 0.71% | - |
| HSV(B) | 128.98º | 0.58% | 1% | - |
| XYZ | 45.97 | 76.32 | 33.43 | - |
| YUV | 196.8 | 90.3 | 64.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 255 | 130 | 0.58 | 0 | 0.49 | 0 | 128.98 | 1 | 0.71 |
| Hex | 6C | FF | 82 | 3A | 0 | 31 | 0 | 81 | 64 | 47 |
| Octal | 154 | 377 | 202 | 72 | 0 | 61 | 0 | 201 | 144 | 107 |
| Binary | 1101100 | 11111111 | 10000010 | 111010 | 0 | 110001 | 0 | 10000001 | 1100100 | 1000111 |
Color Harmonies of #6CFF82
Complementary color
Monochromatic Colors of #6CFF82
Black with #6CFF82
Text Example
Text Example
White with #6CFF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CFF82; }
p { color: rgb(108,255,130); }
H1.HeaderClassName
{
color: #6CFF82;
}
.AnyTagClassName
{
color: #6CFF82;
}
</style>
background-color css
<style>
a { background-color: #6CFF82; }
a { background-color: rgb(108,255,130); }
div.DivClassName
{
background-color: #6CFF82;
}
.BgClassName
{
background-color: #6CFF82;
}
</style>
border-color css
<style>
span { border-color: #6CFF82; }
span { border-color: rgb(108,255,130); }
td.TdClassName
{
border-color: #6CFF82;
}
.TagClassName
{
border-color: #6CFF82;
}
</style>