Shades of Screamin' Green #3DF96C
Tints of Screamin' Green #3DF96C
RGB
CMYK
RGB Variations
Color information
#3DF96C (or 0x3DF96C) is known color: Screamin' Green. HEX triplet: 3D, F9 and 6C. RGB value is (61,249,108). Sum of RGB (Red+Green+Blue) = 61+249+108=418 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.59% from 418); Green value is 249 (97.66% from 255 or 59.57% from 418); Blue value is 108 (42.58% from 255 or 25.84% from 418); Max value from RGB is 249 - color contains mainly: green. Hex color #3DF96C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DF96C is #C20693. Grayscale: #B1B1B1. Windows color (decimal): -12715668 or 7141693. OLE color: 7141693.
HSL color Cylindrical-coordinate representation of color #3DF96C: hue angle of 135º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DF96C is Cyan = 0.76, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 249 | 108 | - |
| CMYK | 0.76 | 0 | 0.57 | 0.02 |
| HSL | 135º | 0.94% | 0.61% | - |
| HSV(B) | 135º | 0.76% | 0.98% | - |
| XYZ | 38.51 | 69.83 | 25.64 | - |
| YUV | 176.71 | 89.22 | 45.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 249 | 108 | 0.76 | 0 | 0.57 | 0.02 | 135 | 0.94 | 0.61 |
| Hex | 3D | F9 | 6C | 4C | 0 | 39 | 2 | 87 | 5E | 3D |
| Octal | 75 | 371 | 154 | 114 | 0 | 71 | 2 | 207 | 136 | 75 |
| Binary | 111101 | 11111001 | 1101100 | 1001100 | 0 | 111001 | 10 | 10000111 | 1011110 | 111101 |
Color Harmonies of #3DF96C
Complementary color
Monochromatic Colors of #3DF96C
Black with #3DF96C
Text Example
Text Example
White with #3DF96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF96C; }
p { color: rgb(61,249,108); }
H1.HeaderClassName
{
color: #3DF96C;
}
.AnyTagClassName
{
color: #3DF96C;
}
</style>
background-color css
<style>
a { background-color: #3DF96C; }
a { background-color: rgb(61,249,108); }
div.DivClassName
{
background-color: #3DF96C;
}
.BgClassName
{
background-color: #3DF96C;
}
</style>
border-color css
<style>
span { border-color: #3DF96C; }
span { border-color: rgb(61,249,108); }
td.TdClassName
{
border-color: #3DF96C;
}
.TagClassName
{
border-color: #3DF96C;
}
</style>