Shades of Screamin' Green #6BED45
Tints of Screamin' Green #6BED45
RGB
CMYK
RGB Variations
Color information
#6BED45 (or 0x6BED45) is known color: Screamin' Green. HEX triplet: 6B, ED and 45. RGB value is (107,237,69). Sum of RGB (Red+Green+Blue) = 107+237+69=413 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.91% from 413); Green value is 237 (92.97% from 255 or 57.38% from 413); Blue value is 69 (27.34% from 255 or 16.71% from 413); Max value from RGB is 237 - color contains mainly: green. Hex color #6BED45 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6BED45 is #9412BA. Grayscale: #B3B3B3. Windows color (decimal): -9704123 or 4582763. OLE color: 4582763.
HSL color Cylindrical-coordinate representation of color #6BED45: hue angle of 106.43º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6BED45 is Cyan = 0.55, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 237 | 69 | - |
| CMYK | 0.55 | 0 | 0.71 | 0.07 |
| HSL | 106.43º | 0.82% | 0.6% | - |
| HSV(B) | 106.43º | 0.71% | 0.93% | - |
| XYZ | 37.42 | 64.12 | 16.04 | - |
| YUV | 178.98 | 65.93 | 76.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 237 | 69 | 0.55 | 0 | 0.71 | 0.07 | 106.43 | 0.82 | 0.6 |
| Hex | 6B | ED | 45 | 37 | 0 | 47 | 7 | 6A | 52 | 3C |
| Octal | 153 | 355 | 105 | 67 | 0 | 107 | 7 | 152 | 122 | 74 |
| Binary | 1101011 | 11101101 | 1000101 | 110111 | 0 | 1000111 | 111 | 1101010 | 1010010 | 111100 |
Color Harmonies of #6BED45
Complementary color
Monochromatic Colors of #6BED45
Black with #6BED45
Text Example
Text Example
White with #6BED45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BED45; }
p { color: rgb(107,237,69); }
H1.HeaderClassName
{
color: #6BED45;
}
.AnyTagClassName
{
color: #6BED45;
}
</style>
background-color css
<style>
a { background-color: #6BED45; }
a { background-color: rgb(107,237,69); }
div.DivClassName
{
background-color: #6BED45;
}
.BgClassName
{
background-color: #6BED45;
}
</style>
border-color css
<style>
span { border-color: #6BED45; }
span { border-color: rgb(107,237,69); }
td.TdClassName
{
border-color: #6BED45;
}
.TagClassName
{
border-color: #6BED45;
}
</style>