Shades of Screamin' Green #6BED52
Tints of Screamin' Green #6BED52
RGB
CMYK
RGB Variations
Color information
#6BED52 (or 0x6BED52) is known color: Screamin' Green. HEX triplet: 6B, ED and 52. RGB value is (107,237,82). Sum of RGB (Red+Green+Blue) = 107+237+82=426 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.12% from 426); Green value is 237 (92.97% from 255 or 55.63% from 426); Blue value is 82 (32.42% from 255 or 19.25% from 426); Max value from RGB is 237 - color contains mainly: green. Hex color #6BED52 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6BED52 is #9412AD. Grayscale: #B4B4B4. Windows color (decimal): -9704110 or 5434731. OLE color: 5434731.
HSL color Cylindrical-coordinate representation of color #6BED52: hue angle of 110.32º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6BED52 is Cyan = 0.55, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 237 | 82 | - |
| CMYK | 0.55 | 0 | 0.65 | 0.07 |
| HSL | 110.32º | 0.81% | 0.63% | - |
| HSV(B) | 110.32º | 0.65% | 0.93% | - |
| XYZ | 37.87 | 64.3 | 18.4 | - |
| YUV | 180.46 | 72.43 | 75.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 237 | 82 | 0.55 | 0 | 0.65 | 0.07 | 110.32 | 0.81 | 0.63 |
| Hex | 6B | ED | 52 | 37 | 0 | 41 | 7 | 6E | 51 | 3F |
| Octal | 153 | 355 | 122 | 67 | 0 | 101 | 7 | 156 | 121 | 77 |
| Binary | 1101011 | 11101101 | 1010010 | 110111 | 0 | 1000001 | 111 | 1101110 | 1010001 | 111111 |
Color Harmonies of #6BED52
Complementary color
Monochromatic Colors of #6BED52
Black with #6BED52
Text Example
Text Example
White with #6BED52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BED52; }
p { color: rgb(107,237,82); }
H1.HeaderClassName
{
color: #6BED52;
}
.AnyTagClassName
{
color: #6BED52;
}
</style>
background-color css
<style>
a { background-color: #6BED52; }
a { background-color: rgb(107,237,82); }
div.DivClassName
{
background-color: #6BED52;
}
.BgClassName
{
background-color: #6BED52;
}
</style>
border-color css
<style>
span { border-color: #6BED52; }
span { border-color: rgb(107,237,82); }
td.TdClassName
{
border-color: #6BED52;
}
.TagClassName
{
border-color: #6BED52;
}
</style>