Shades of Screamin' Green #3DF367
Tints of Screamin' Green #3DF367
RGB
CMYK
RGB Variations
Color information
#3DF367 (or 0x3DF367) is known color: Screamin' Green. HEX triplet: 3D, F3 and 67. RGB value is (61,243,103). Sum of RGB (Red+Green+Blue) = 61+243+103=407 (53% of max value = 765). Red value is 61 (24.22% from 255 or 14.99% from 407); Green value is 243 (95.31% from 255 or 59.71% from 407); Blue value is 103 (40.62% from 255 or 25.31% from 407); Max value from RGB is 243 - color contains mainly: green. Hex color #3DF367 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DF367 is #C20C98. Grayscale: #ADADAD. Windows color (decimal): -12717209 or 6812477. OLE color: 6812477.
HSL color Cylindrical-coordinate representation of color #3DF367: hue angle of 133.85º 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 #3DF367 is Cyan = 0.75, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 243 | 103 | - |
| CMYK | 0.75 | 0 | 0.58 | 0.05 |
| HSL | 133.85º | 0.88% | 0.6% | - |
| HSV(B) | 133.85º | 0.75% | 0.95% | - |
| XYZ | 36.42 | 66.07 | 23.67 | - |
| YUV | 172.62 | 88.7 | 48.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 243 | 103 | 0.75 | 0 | 0.58 | 0.05 | 133.85 | 0.88 | 0.6 |
| Hex | 3D | F3 | 67 | 4B | 0 | 3A | 5 | 86 | 58 | 3C |
| Octal | 75 | 363 | 147 | 113 | 0 | 72 | 5 | 206 | 130 | 74 |
| Binary | 111101 | 11110011 | 1100111 | 1001011 | 0 | 111010 | 101 | 10000110 | 1011000 | 111100 |
Color Harmonies of #3DF367
Complementary color
Monochromatic Colors of #3DF367
Black with #3DF367
Text Example
Text Example
White with #3DF367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF367; }
p { color: rgb(61,243,103); }
H1.HeaderClassName
{
color: #3DF367;
}
.AnyTagClassName
{
color: #3DF367;
}
</style>
background-color css
<style>
a { background-color: #3DF367; }
a { background-color: rgb(61,243,103); }
div.DivClassName
{
background-color: #3DF367;
}
.BgClassName
{
background-color: #3DF367;
}
</style>
border-color css
<style>
span { border-color: #3DF367; }
span { border-color: rgb(61,243,103); }
td.TdClassName
{
border-color: #3DF367;
}
.TagClassName
{
border-color: #3DF367;
}
</style>