Shades of Screamin' Green #6BFF80
Tints of Screamin' Green #6BFF80
RGB
CMYK
RGB Variations
Color information
#6BFF80 (or 0x6BFF80) is known color: Screamin' Green. HEX triplet: 6B, FF and 80. RGB value is (107,255,128). Sum of RGB (Red+Green+Blue) = 107+255+128=490 (64% of max value = 765). Red value is 107 (42.19% from 255 or 21.84% from 490); Green value is 255 (100% from 255 or 52.04% from 490); Blue value is 128 (50.39% from 255 or 26.12% from 490); Max value from RGB is 255 - color contains mainly: green. Hex color #6BFF80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BFF80 is #94007F. Grayscale: #C4C4C4. Windows color (decimal): -9699456 or 8453995. OLE color: 8453995.
HSL color Cylindrical-coordinate representation of color #6BFF80: hue angle of 128.51º 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 #6BFF80 is Cyan = 0.58, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 107 | 255 | 128 | - |
| CMYK | 0.58 | 0 | 0.50 | 0 |
| HSL | 128.51º | 1% | 0.71% | - |
| HSV(B) | 128.51º | 0.58% | 1% | - |
| XYZ | 45.72 | 76.2 | 32.72 | - |
| YUV | 196.27 | 89.47 | 64.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 255 | 128 | 0.58 | 0 | 0.50 | 0 | 128.51 | 1 | 0.71 |
| Hex | 6B | FF | 80 | 3A | 0 | 32 | 0 | 81 | 64 | 47 |
| Octal | 153 | 377 | 200 | 72 | 0 | 62 | 0 | 201 | 144 | 107 |
| Binary | 1101011 | 11111111 | 10000000 | 111010 | 0 | 110010 | 0 | 10000001 | 1100100 | 1000111 |
Color Harmonies of #6BFF80
Complementary color
Monochromatic Colors of #6BFF80
Black with #6BFF80
Text Example
Text Example
White with #6BFF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFF80; }
p { color: rgb(107,255,128); }
H1.HeaderClassName
{
color: #6BFF80;
}
.AnyTagClassName
{
color: #6BFF80;
}
</style>
background-color css
<style>
a { background-color: #6BFF80; }
a { background-color: rgb(107,255,128); }
div.DivClassName
{
background-color: #6BFF80;
}
.BgClassName
{
background-color: #6BFF80;
}
</style>
border-color css
<style>
span { border-color: #6BFF80; }
span { border-color: rgb(107,255,128); }
td.TdClassName
{
border-color: #6BFF80;
}
.TagClassName
{
border-color: #6BFF80;
}
</style>