Shades of Screamin' Green #8AFB5D
Tints of Screamin' Green #8AFB5D
RGB
CMYK
RGB Variations
Color information
#8AFB5D (or 0x8AFB5D) is known color: Screamin' Green. HEX triplet: 8A, FB and 5D. RGB value is (138,251,93). Sum of RGB (Red+Green+Blue) = 138+251+93=482 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.63% from 482); Green value is 251 (98.44% from 255 or 52.07% from 482); Blue value is 93 (36.72% from 255 or 19.29% from 482); Max value from RGB is 251 - color contains mainly: green. Hex color #8AFB5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AFB5D is #7504A2. Grayscale: #C7C7C7. Windows color (decimal): -7668899 or 6159242. OLE color: 6159242.
HSL color Cylindrical-coordinate representation of color #8AFB5D: hue angle of 102.91º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8AFB5D is Cyan = 0.45, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 251 | 93 | - |
| CMYK | 0.45 | 0 | 0.63 | 0.02 |
| HSL | 102.91º | 0.95% | 0.67% | - |
| HSV(B) | 102.91º | 0.63% | 0.98% | - |
| XYZ | 46.95 | 75.19 | 22.39 | - |
| YUV | 199.2 | 68.06 | 84.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 251 | 93 | 0.45 | 0 | 0.63 | 0.02 | 102.91 | 0.95 | 0.67 |
| Hex | 8A | FB | 5D | 2D | 0 | 3F | 2 | 67 | 5F | 43 |
| Octal | 212 | 373 | 135 | 55 | 0 | 77 | 2 | 147 | 137 | 103 |
| Binary | 10001010 | 11111011 | 1011101 | 101101 | 0 | 111111 | 10 | 1100111 | 1011111 | 1000011 |
Color Harmonies of #8AFB5D
Complementary color
Monochromatic Colors of #8AFB5D
Black with #8AFB5D
Text Example
Text Example
White with #8AFB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFB5D; }
p { color: rgb(138,251,93); }
H1.HeaderClassName
{
color: #8AFB5D;
}
.AnyTagClassName
{
color: #8AFB5D;
}
</style>
background-color css
<style>
a { background-color: #8AFB5D; }
a { background-color: rgb(138,251,93); }
div.DivClassName
{
background-color: #8AFB5D;
}
.BgClassName
{
background-color: #8AFB5D;
}
</style>
border-color css
<style>
span { border-color: #8AFB5D; }
span { border-color: rgb(138,251,93); }
td.TdClassName
{
border-color: #8AFB5D;
}
.TagClassName
{
border-color: #8AFB5D;
}
</style>