Shades of Screamin' Green #3AFF67
Tints of Screamin' Green #3AFF67
RGB
CMYK
RGB Variations
Color information
#3AFF67 (or 0x3AFF67) is known color: Screamin' Green. HEX triplet: 3A, FF and 67. RGB value is (58,255,103). Sum of RGB (Red+Green+Blue) = 58+255+103=416 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.94% from 416); Green value is 255 (100% from 255 or 61.30% from 416); Blue value is 103 (40.62% from 255 or 24.76% from 416); Max value from RGB is 255 - color contains mainly: green. Hex color #3AFF67 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AFF67 is #C50098. Grayscale: #B3B3B3. Windows color (decimal): -12910745 or 6815546. OLE color: 6815546.
HSL color Cylindrical-coordinate representation of color #3AFF67: hue angle of 133.71º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFF67 is Cyan = 0.77, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 255 | 103 | - |
| CMYK | 0.77 | 0 | 0.60 | 0 |
| HSL | 133.71º | 1% | 0.61% | - |
| HSV(B) | 133.71º | 0.77% | 1% | - |
| XYZ | 39.95 | 73.4 | 24.89 | - |
| YUV | 178.77 | 85.23 | 41.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 255 | 103 | 0.77 | 0 | 0.60 | 0 | 133.71 | 1 | 0.61 |
| Hex | 3A | FF | 67 | 4D | 0 | 3C | 0 | 86 | 64 | 3D |
| Octal | 72 | 377 | 147 | 115 | 0 | 74 | 0 | 206 | 144 | 75 |
| Binary | 111010 | 11111111 | 1100111 | 1001101 | 0 | 111100 | 0 | 10000110 | 1100100 | 111101 |
Color Harmonies of #3AFF67
Complementary color
Monochromatic Colors of #3AFF67
Black with #3AFF67
Text Example
Text Example
White with #3AFF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFF67; }
p { color: rgb(58,255,103); }
H1.HeaderClassName
{
color: #3AFF67;
}
.AnyTagClassName
{
color: #3AFF67;
}
</style>
background-color css
<style>
a { background-color: #3AFF67; }
a { background-color: rgb(58,255,103); }
div.DivClassName
{
background-color: #3AFF67;
}
.BgClassName
{
background-color: #3AFF67;
}
</style>
border-color css
<style>
span { border-color: #3AFF67; }
span { border-color: rgb(58,255,103); }
td.TdClassName
{
border-color: #3AFF67;
}
.TagClassName
{
border-color: #3AFF67;
}
</style>