Shades of Screamin' Green #3AF255
Tints of Screamin' Green #3AF255
RGB
CMYK
RGB Variations
Color information
#3AF255 (or 0x3AF255) is known color: Screamin' Green. HEX triplet: 3A, F2 and 55. RGB value is (58,242,85). Sum of RGB (Red+Green+Blue) = 58+242+85=385 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.06% from 385); Green value is 242 (94.92% from 255 or 62.86% from 385); Blue value is 85 (33.59% from 255 or 22.08% from 385); Max value from RGB is 242 - color contains mainly: green. Hex color #3AF255 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AF255 is #C50DAA. Grayscale: #A9A9A9. Windows color (decimal): -12914091 or 5632570. OLE color: 5632570.
HSL color Cylindrical-coordinate representation of color #3AF255: hue angle of 128.8º 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 #3AF255 is Cyan = 0.76, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 242 | 85 | - |
| CMYK | 0.76 | 0 | 0.65 | 0.05 |
| HSL | 128.8º | 0.88% | 0.59% | - |
| HSV(B) | 128.8º | 0.76% | 0.95% | - |
| XYZ | 35.14 | 65.06 | 19.3 | - |
| YUV | 169.09 | 80.54 | 48.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 242 | 85 | 0.76 | 0 | 0.65 | 0.05 | 128.8 | 0.88 | 0.59 |
| Hex | 3A | F2 | 55 | 4C | 0 | 41 | 5 | 81 | 58 | 3B |
| Octal | 72 | 362 | 125 | 114 | 0 | 101 | 5 | 201 | 130 | 73 |
| Binary | 111010 | 11110010 | 1010101 | 1001100 | 0 | 1000001 | 101 | 10000001 | 1011000 | 111011 |
Color Harmonies of #3AF255
Complementary color
Monochromatic Colors of #3AF255
Black with #3AF255
Text Example
Text Example
White with #3AF255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF255; }
p { color: rgb(58,242,85); }
H1.HeaderClassName
{
color: #3AF255;
}
.AnyTagClassName
{
color: #3AF255;
}
</style>
background-color css
<style>
a { background-color: #3AF255; }
a { background-color: rgb(58,242,85); }
div.DivClassName
{
background-color: #3AF255;
}
.BgClassName
{
background-color: #3AF255;
}
</style>
border-color css
<style>
span { border-color: #3AF255; }
span { border-color: rgb(58,242,85); }
td.TdClassName
{
border-color: #3AF255;
}
.TagClassName
{
border-color: #3AF255;
}
</style>