Shades of Screamin' Green #6FF474
Tints of Screamin' Green #6FF474
RGB
CMYK
RGB Variations
Color information
#6FF474 (or 0x6FF474) is known color: Screamin' Green. HEX triplet: 6F, F4 and 74. RGB value is (111,244,116). Sum of RGB (Red+Green+Blue) = 111+244+116=471 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.57% from 471); Green value is 244 (95.70% from 255 or 51.80% from 471); Blue value is 116 (45.70% from 255 or 24.63% from 471); Max value from RGB is 244 - color contains mainly: green. Hex color #6FF474 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6FF474 is #900B8B. Grayscale: #BEBEBE. Windows color (decimal): -9440140 or 7664751. OLE color: 7664751.
HSL color Cylindrical-coordinate representation of color #6FF474: hue angle of 122.26º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6FF474 is Cyan = 0.55, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 111 | 244 | 116 | - |
| CMYK | 0.55 | 0 | 0.52 | 0.04 |
| HSL | 122.26º | 0.86% | 0.7% | - |
| HSV(B) | 122.26º | 0.55% | 0.96% | - |
| XYZ | 42.06 | 69.34 | 27.69 | - |
| YUV | 189.64 | 86.44 | 71.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 244 | 116 | 0.55 | 0 | 0.52 | 0.04 | 122.26 | 0.86 | 0.7 |
| Hex | 6F | F4 | 74 | 37 | 0 | 34 | 4 | 7A | 56 | 46 |
| Octal | 157 | 364 | 164 | 67 | 0 | 64 | 4 | 172 | 126 | 106 |
| Binary | 1101111 | 11110100 | 1110100 | 110111 | 0 | 110100 | 100 | 1111010 | 1010110 | 1000110 |
Color Harmonies of #6FF474
Complementary color
Monochromatic Colors of #6FF474
Black with #6FF474
Text Example
Text Example
White with #6FF474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FF474; }
p { color: rgb(111,244,116); }
H1.HeaderClassName
{
color: #6FF474;
}
.AnyTagClassName
{
color: #6FF474;
}
</style>
background-color css
<style>
a { background-color: #6FF474; }
a { background-color: rgb(111,244,116); }
div.DivClassName
{
background-color: #6FF474;
}
.BgClassName
{
background-color: #6FF474;
}
</style>
border-color css
<style>
span { border-color: #6FF474; }
span { border-color: rgb(111,244,116); }
td.TdClassName
{
border-color: #6FF474;
}
.TagClassName
{
border-color: #6FF474;
}
</style>