Shades of Screamin' Green #3AF265
Tints of Screamin' Green #3AF265
RGB
CMYK
RGB Variations
Color information
#3AF265 (or 0x3AF265) is known color: Screamin' Green. HEX triplet: 3A, F2 and 65. RGB value is (58,242,101). Sum of RGB (Red+Green+Blue) = 58+242+101=401 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.46% from 401); Green value is 242 (94.92% from 255 or 60.35% from 401); Blue value is 101 (39.84% from 255 or 25.19% from 401); Max value from RGB is 242 - color contains mainly: green. Hex color #3AF265 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AF265 is #C50D9A. Grayscale: #ABABAB. Windows color (decimal): -12914075 or 6681146. OLE color: 6681146.
HSL color Cylindrical-coordinate representation of color #3AF265: hue angle of 134.02º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF265 is Cyan = 0.76, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 242 | 101 | - |
| CMYK | 0.76 | 0 | 0.58 | 0.05 |
| HSL | 134.02º | 0.88% | 0.59% | - |
| HSV(B) | 134.02º | 0.76% | 0.95% | - |
| XYZ | 35.85 | 65.34 | 23.04 | - |
| YUV | 170.91 | 88.54 | 47.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 242 | 101 | 0.76 | 0 | 0.58 | 0.05 | 134.02 | 0.88 | 0.59 |
| Hex | 3A | F2 | 65 | 4C | 0 | 3A | 5 | 86 | 58 | 3B |
| Octal | 72 | 362 | 145 | 114 | 0 | 72 | 5 | 206 | 130 | 73 |
| Binary | 111010 | 11110010 | 1100101 | 1001100 | 0 | 111010 | 101 | 10000110 | 1011000 | 111011 |
Color Harmonies of #3AF265
Complementary color
Monochromatic Colors of #3AF265
Black with #3AF265
Text Example
Text Example
White with #3AF265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF265; }
p { color: rgb(58,242,101); }
H1.HeaderClassName
{
color: #3AF265;
}
.AnyTagClassName
{
color: #3AF265;
}
</style>
background-color css
<style>
a { background-color: #3AF265; }
a { background-color: rgb(58,242,101); }
div.DivClassName
{
background-color: #3AF265;
}
.BgClassName
{
background-color: #3AF265;
}
</style>
border-color css
<style>
span { border-color: #3AF265; }
span { border-color: rgb(58,242,101); }
td.TdClassName
{
border-color: #3AF265;
}
.TagClassName
{
border-color: #3AF265;
}
</style>