Shades of Screamin' Green #3DF764
Tints of Screamin' Green #3DF764
RGB
CMYK
RGB Variations
Color information
#3DF764 (or 0x3DF764) is known color: Screamin' Green. HEX triplet: 3D, F7 and 64. RGB value is (61,247,100). Sum of RGB (Red+Green+Blue) = 61+247+100=408 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.95% from 408); Green value is 247 (96.88% from 255 or 60.54% from 408); Blue value is 100 (39.45% from 255 or 24.51% from 408); Max value from RGB is 247 - color contains mainly: green. Hex color #3DF764 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DF764 is #C2089B. Grayscale: #AFAFAF. Windows color (decimal): -12716188 or 6616893. OLE color: 6616893.
HSL color Cylindrical-coordinate representation of color #3DF764: hue angle of 132.58º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF764 is Cyan = 0.75, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 61 | 247 | 100 | - |
| CMYK | 0.75 | 0 | 0.60 | 0.03 |
| HSL | 132.58º | 0.92% | 0.6% | - |
| HSV(B) | 132.58º | 0.75% | 0.97% | - |
| XYZ | 37.49 | 68.43 | 23.29 | - |
| YUV | 174.63 | 85.88 | 46.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 247 | 100 | 0.75 | 0 | 0.60 | 0.03 | 132.58 | 0.92 | 0.6 |
| Hex | 3D | F7 | 64 | 4B | 0 | 3C | 3 | 85 | 5C | 3C |
| Octal | 75 | 367 | 144 | 113 | 0 | 74 | 3 | 205 | 134 | 74 |
| Binary | 111101 | 11110111 | 1100100 | 1001011 | 0 | 111100 | 11 | 10000101 | 1011100 | 111100 |
Color Harmonies of #3DF764
Complementary color
Monochromatic Colors of #3DF764
Black with #3DF764
Text Example
Text Example
White with #3DF764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF764; }
p { color: rgb(61,247,100); }
H1.HeaderClassName
{
color: #3DF764;
}
.AnyTagClassName
{
color: #3DF764;
}
</style>
background-color css
<style>
a { background-color: #3DF764; }
a { background-color: rgb(61,247,100); }
div.DivClassName
{
background-color: #3DF764;
}
.BgClassName
{
background-color: #3DF764;
}
</style>
border-color css
<style>
span { border-color: #3DF764; }
span { border-color: rgb(61,247,100); }
td.TdClassName
{
border-color: #3DF764;
}
.TagClassName
{
border-color: #3DF764;
}
</style>