Shades of Screamin' Green #7DFF4B
Tints of Screamin' Green #7DFF4B
RGB
CMYK
RGB Variations
Color information
#7DFF4B (or 0x7DFF4B) is known color: Screamin' Green. HEX triplet: 7D, FF and 4B. RGB value is (125,255,75). Sum of RGB (Red+Green+Blue) = 125+255+75=455 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.47% from 455); Green value is 255 (100% from 255 or 56.04% from 455); Blue value is 75 (29.69% from 255 or 16.48% from 455); Max value from RGB is 255 - color contains mainly: green. Hex color #7DFF4B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7DFF4B is #8200B4. Grayscale: #C4C4C4. Windows color (decimal): -8519861 or 4980605. OLE color: 4980605.
HSL color Cylindrical-coordinate representation of color #7DFF4B: hue angle of 103.33º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7DFF4B is Cyan = 0.51, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 125 | 255 | 75 | - |
| CMYK | 0.51 | 0 | 0.71 | 0 |
| HSL | 103.33º | 1% | 0.65% | - |
| HSV(B) | 103.33º | 0.71% | 1% | - |
| XYZ | 45.49 | 76.39 | 19 | - |
| YUV | 195.61 | 59.93 | 77.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 255 | 75 | 0.51 | 0 | 0.71 | 0 | 103.33 | 1 | 0.65 |
| Hex | 7D | FF | 4B | 33 | 0 | 47 | 0 | 67 | 64 | 41 |
| Octal | 175 | 377 | 113 | 63 | 0 | 107 | 0 | 147 | 144 | 101 |
| Binary | 1111101 | 11111111 | 1001011 | 110011 | 0 | 1000111 | 0 | 1100111 | 1100100 | 1000001 |
Color Harmonies of #7DFF4B
Complementary color
Monochromatic Colors of #7DFF4B
Black with #7DFF4B
Text Example
Text Example
White with #7DFF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFF4B; }
p { color: rgb(125,255,75); }
H1.HeaderClassName
{
color: #7DFF4B;
}
.AnyTagClassName
{
color: #7DFF4B;
}
</style>
background-color css
<style>
a { background-color: #7DFF4B; }
a { background-color: rgb(125,255,75); }
div.DivClassName
{
background-color: #7DFF4B;
}
.BgClassName
{
background-color: #7DFF4B;
}
</style>
border-color css
<style>
span { border-color: #7DFF4B; }
span { border-color: rgb(125,255,75); }
td.TdClassName
{
border-color: #7DFF4B;
}
.TagClassName
{
border-color: #7DFF4B;
}
</style>