Shades of Screamin' Green #4AF369
Tints of Screamin' Green #4AF369
RGB
CMYK
RGB Variations
Color information
#4AF369 (or 0x4AF369) is known color: Screamin' Green. HEX triplet: 4A, F3 and 69. RGB value is (74,243,105). Sum of RGB (Red+Green+Blue) = 74+243+105=422 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.54% from 422); Green value is 243 (95.31% from 255 or 57.58% from 422); Blue value is 105 (41.41% from 255 or 24.88% from 422); Max value from RGB is 243 - color contains mainly: green. Hex color #4AF369 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AF369 is #B50C96. Grayscale: #B1B1B1. Windows color (decimal): -11865239 or 6943562. OLE color: 6943562.
HSL color Cylindrical-coordinate representation of color #4AF369: hue angle of 131.01º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AF369 is Cyan = 0.70, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 243 | 105 | - |
| CMYK | 0.70 | 0 | 0.57 | 0.05 |
| HSL | 131.01º | 0.88% | 0.62% | - |
| HSV(B) | 131.01º | 0.7% | 0.95% | - |
| XYZ | 37.42 | 66.58 | 24.24 | - |
| YUV | 176.74 | 87.51 | 54.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 243 | 105 | 0.70 | 0 | 0.57 | 0.05 | 131.01 | 0.88 | 0.62 |
| Hex | 4A | F3 | 69 | 46 | 0 | 39 | 5 | 83 | 58 | 3E |
| Octal | 112 | 363 | 151 | 106 | 0 | 71 | 5 | 203 | 130 | 76 |
| Binary | 1001010 | 11110011 | 1101001 | 1000110 | 0 | 111001 | 101 | 10000011 | 1011000 | 111110 |
Color Harmonies of #4AF369
Complementary color
Monochromatic Colors of #4AF369
Black with #4AF369
Text Example
Text Example
White with #4AF369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF369; }
p { color: rgb(74,243,105); }
H1.HeaderClassName
{
color: #4AF369;
}
.AnyTagClassName
{
color: #4AF369;
}
</style>
background-color css
<style>
a { background-color: #4AF369; }
a { background-color: rgb(74,243,105); }
div.DivClassName
{
background-color: #4AF369;
}
.BgClassName
{
background-color: #4AF369;
}
</style>
border-color css
<style>
span { border-color: #4AF369; }
span { border-color: rgb(74,243,105); }
td.TdClassName
{
border-color: #4AF369;
}
.TagClassName
{
border-color: #4AF369;
}
</style>