Shades of Screamin' Green #7DF243
Tints of Screamin' Green #7DF243
RGB
CMYK
RGB Variations
Color information
#7DF243 (or 0x7DF243) is known color: Screamin' Green. HEX triplet: 7D, F2 and 43. RGB value is (125,242,67). Sum of RGB (Red+Green+Blue) = 125+242+67=434 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.80% from 434); Green value is 242 (94.92% from 255 or 55.76% from 434); Blue value is 67 (26.56% from 255 or 15.44% from 434); Max value from RGB is 242 - color contains mainly: green. Hex color #7DF243 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7DF243 is #820DBC. Grayscale: #BBBBBB. Windows color (decimal): -8523197 or 4452989. OLE color: 4452989.
HSL color Cylindrical-coordinate representation of color #7DF243: hue angle of 100.11º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7DF243 is Cyan = 0.48, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 242 | 67 | - |
| CMYK | 0.48 | 0 | 0.72 | 0.05 |
| HSL | 100.11º | 0.87% | 0.61% | - |
| HSV(B) | 100.11º | 0.72% | 0.95% | - |
| XYZ | 41.22 | 68.27 | 16.31 | - |
| YUV | 187.07 | 60.24 | 83.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 242 | 67 | 0.48 | 0 | 0.72 | 0.05 | 100.11 | 0.87 | 0.61 |
| Hex | 7D | F2 | 43 | 30 | 0 | 48 | 5 | 64 | 57 | 3D |
| Octal | 175 | 362 | 103 | 60 | 0 | 110 | 5 | 144 | 127 | 75 |
| Binary | 1111101 | 11110010 | 1000011 | 110000 | 0 | 1001000 | 101 | 1100100 | 1010111 | 111101 |
Color Harmonies of #7DF243
Complementary color
Monochromatic Colors of #7DF243
Black with #7DF243
Text Example
Text Example
White with #7DF243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF243; }
p { color: rgb(125,242,67); }
H1.HeaderClassName
{
color: #7DF243;
}
.AnyTagClassName
{
color: #7DF243;
}
</style>
background-color css
<style>
a { background-color: #7DF243; }
a { background-color: rgb(125,242,67); }
div.DivClassName
{
background-color: #7DF243;
}
.BgClassName
{
background-color: #7DF243;
}
</style>
border-color css
<style>
span { border-color: #7DF243; }
span { border-color: rgb(125,242,67); }
td.TdClassName
{
border-color: #7DF243;
}
.TagClassName
{
border-color: #7DF243;
}
</style>