Shades of Screamin' Green #3AFB6B
Tints of Screamin' Green #3AFB6B
RGB
CMYK
RGB Variations
Color information
#3AFB6B (or 0x3AFB6B) is known color: Screamin' Green. HEX triplet: 3A, FB and 6B. RGB value is (58,251,107). Sum of RGB (Red+Green+Blue) = 58+251+107=416 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.94% from 416); Green value is 251 (98.44% from 255 or 60.34% from 416); Blue value is 107 (42.19% from 255 or 25.72% from 416); Max value from RGB is 251 - color contains mainly: green. Hex color #3AFB6B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AFB6B is #C50494. Grayscale: #B1B1B1. Windows color (decimal): -12911765 or 7076666. OLE color: 7076666.
HSL color Cylindrical-coordinate representation of color #3AFB6B: hue angle of 135.23º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFB6B is Cyan = 0.77, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 251 | 107 | - |
| CMYK | 0.77 | 0 | 0.57 | 0.02 |
| HSL | 135.23º | 0.96% | 0.61% | - |
| HSV(B) | 135.23º | 0.77% | 0.98% | - |
| XYZ | 38.9 | 70.96 | 25.56 | - |
| YUV | 176.88 | 88.56 | 43.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 251 | 107 | 0.77 | 0 | 0.57 | 0.02 | 135.23 | 0.96 | 0.61 |
| Hex | 3A | FB | 6B | 4D | 0 | 39 | 2 | 87 | 60 | 3D |
| Octal | 72 | 373 | 153 | 115 | 0 | 71 | 2 | 207 | 140 | 75 |
| Binary | 111010 | 11111011 | 1101011 | 1001101 | 0 | 111001 | 10 | 10000111 | 1100000 | 111101 |
Color Harmonies of #3AFB6B
Complementary color
Monochromatic Colors of #3AFB6B
Black with #3AFB6B
Text Example
Text Example
White with #3AFB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFB6B; }
p { color: rgb(58,251,107); }
H1.HeaderClassName
{
color: #3AFB6B;
}
.AnyTagClassName
{
color: #3AFB6B;
}
</style>
background-color css
<style>
a { background-color: #3AFB6B; }
a { background-color: rgb(58,251,107); }
div.DivClassName
{
background-color: #3AFB6B;
}
.BgClassName
{
background-color: #3AFB6B;
}
</style>
border-color css
<style>
span { border-color: #3AFB6B; }
span { border-color: rgb(58,251,107); }
td.TdClassName
{
border-color: #3AFB6B;
}
.TagClassName
{
border-color: #3AFB6B;
}
</style>