Shades of Green Yellow #8AF735
Tints of Green Yellow #8AF735
RGB
CMYK
RGB Variations
Color information
#8AF735 (or 0x8AF735) is known color: Green Yellow. HEX triplet: 8A, F7 and 35. RGB value is (138,247,53). Sum of RGB (Red+Green+Blue) = 138+247+53=438 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.51% from 438); Green value is 247 (96.88% from 255 or 56.39% from 438); Blue value is 53 (21.09% from 255 or 12.10% from 438); Max value from RGB is 247 - color contains mainly: green. Hex color #8AF735 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF735 is #7508CA. Grayscale: #C0C0C0. Windows color (decimal): -7669963 or 3536778. OLE color: 3536778.
HSL color Cylindrical-coordinate representation of color #8AF735: hue angle of 93.71º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8AF735 is Cyan = 0.44, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 138 | 247 | 53 | - |
| CMYK | 0.44 | 0 | 0.79 | 0.03 |
| HSL | 93.71º | 0.92% | 0.59% | - |
| HSV(B) | 93.71º | 0.79% | 0.97% | - |
| XYZ | 44.38 | 72.18 | 14.96 | - |
| YUV | 192.29 | 49.39 | 89.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 247 | 53 | 0.44 | 0 | 0.79 | 0.03 | 93.71 | 0.92 | 0.59 |
| Hex | 8A | F7 | 35 | 2C | 0 | 4F | 3 | 5E | 5C | 3B |
| Octal | 212 | 367 | 65 | 54 | 0 | 117 | 3 | 136 | 134 | 73 |
| Binary | 10001010 | 11110111 | 110101 | 101100 | 0 | 1001111 | 11 | 1011110 | 1011100 | 111011 |
Color Harmonies of #8AF735
Complementary color
Monochromatic Colors of #8AF735
Black with #8AF735
Text Example
Text Example
White with #8AF735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF735; }
p { color: rgb(138,247,53); }
H1.HeaderClassName
{
color: #8AF735;
}
.AnyTagClassName
{
color: #8AF735;
}
</style>
background-color css
<style>
a { background-color: #8AF735; }
a { background-color: rgb(138,247,53); }
div.DivClassName
{
background-color: #8AF735;
}
.BgClassName
{
background-color: #8AF735;
}
</style>
border-color css
<style>
span { border-color: #8AF735; }
span { border-color: rgb(138,247,53); }
td.TdClassName
{
border-color: #8AF735;
}
.TagClassName
{
border-color: #8AF735;
}
</style>