Shades of Screamin' Green #6BF240
Tints of Screamin' Green #6BF240
RGB
CMYK
RGB Variations
Color information
#6BF240 (or 0x6BF240) is known color: Screamin' Green. HEX triplet: 6B, F2 and 40. RGB value is (107,242,64). Sum of RGB (Red+Green+Blue) = 107+242+64=413 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.91% from 413); Green value is 242 (94.92% from 255 or 58.60% from 413); Blue value is 64 (25.39% from 255 or 15.50% from 413); Max value from RGB is 242 - color contains mainly: green. Hex color #6BF240 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6BF240 is #940DBF. Grayscale: #B5B5B5. Windows color (decimal): -9702848 or 4256363. OLE color: 4256363.
HSL color Cylindrical-coordinate representation of color #6BF240: hue angle of 105.51º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6BF240 is Cyan = 0.56, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 107 | 242 | 64 | - |
| CMYK | 0.56 | 0 | 0.74 | 0.05 |
| HSL | 105.51º | 0.87% | 0.6% | - |
| HSV(B) | 105.51º | 0.74% | 0.95% | - |
| XYZ | 38.74 | 67 | 15.74 | - |
| YUV | 181.34 | 61.77 | 74.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 242 | 64 | 0.56 | 0 | 0.74 | 0.05 | 105.51 | 0.87 | 0.6 |
| Hex | 6B | F2 | 40 | 38 | 0 | 4A | 5 | 6A | 57 | 3C |
| Octal | 153 | 362 | 100 | 70 | 0 | 112 | 5 | 152 | 127 | 74 |
| Binary | 1101011 | 11110010 | 1000000 | 111000 | 0 | 1001010 | 101 | 1101010 | 1010111 | 111100 |
Color Harmonies of #6BF240
Complementary color
Monochromatic Colors of #6BF240
Black with #6BF240
Text Example
Text Example
White with #6BF240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BF240; }
p { color: rgb(107,242,64); }
H1.HeaderClassName
{
color: #6BF240;
}
.AnyTagClassName
{
color: #6BF240;
}
</style>
background-color css
<style>
a { background-color: #6BF240; }
a { background-color: rgb(107,242,64); }
div.DivClassName
{
background-color: #6BF240;
}
.BgClassName
{
background-color: #6BF240;
}
</style>
border-color css
<style>
span { border-color: #6BF240; }
span { border-color: rgb(107,242,64); }
td.TdClassName
{
border-color: #6BF240;
}
.TagClassName
{
border-color: #6BF240;
}
</style>