Shades of Screamin' Green #3DF35D
Tints of Screamin' Green #3DF35D
RGB
CMYK
RGB Variations
Color information
#3DF35D (or 0x3DF35D) is known color: Screamin' Green. HEX triplet: 3D, F3 and 5D. RGB value is (61,243,93). Sum of RGB (Red+Green+Blue) = 61+243+93=397 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.37% from 397); Green value is 243 (95.31% from 255 or 61.21% from 397); Blue value is 93 (36.72% from 255 or 23.43% from 397); Max value from RGB is 243 - color contains mainly: green. Hex color #3DF35D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DF35D is #C20CA2. Grayscale: #ABABAB. Windows color (decimal): -12717219 or 6157117. OLE color: 6157117.
HSL color Cylindrical-coordinate representation of color #3DF35D: hue angle of 130.55º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF35D is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 243 | 93 | - |
| CMYK | 0.75 | 0 | 0.62 | 0.05 |
| HSL | 130.55º | 0.88% | 0.6% | - |
| HSV(B) | 130.55º | 0.75% | 0.95% | - |
| XYZ | 35.95 | 65.88 | 21.18 | - |
| YUV | 171.48 | 83.7 | 49.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 243 | 93 | 0.75 | 0 | 0.62 | 0.05 | 130.55 | 0.88 | 0.6 |
| Hex | 3D | F3 | 5D | 4B | 0 | 3E | 5 | 83 | 58 | 3C |
| Octal | 75 | 363 | 135 | 113 | 0 | 76 | 5 | 203 | 130 | 74 |
| Binary | 111101 | 11110011 | 1011101 | 1001011 | 0 | 111110 | 101 | 10000011 | 1011000 | 111100 |
Color Harmonies of #3DF35D
Complementary color
Monochromatic Colors of #3DF35D
Black with #3DF35D
Text Example
Text Example
White with #3DF35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF35D; }
p { color: rgb(61,243,93); }
H1.HeaderClassName
{
color: #3DF35D;
}
.AnyTagClassName
{
color: #3DF35D;
}
</style>
background-color css
<style>
a { background-color: #3DF35D; }
a { background-color: rgb(61,243,93); }
div.DivClassName
{
background-color: #3DF35D;
}
.BgClassName
{
background-color: #3DF35D;
}
</style>
border-color css
<style>
span { border-color: #3DF35D; }
span { border-color: rgb(61,243,93); }
td.TdClassName
{
border-color: #3DF35D;
}
.TagClassName
{
border-color: #3DF35D;
}
</style>