Shades of Green Yellow #8AFE32
Tints of Green Yellow #8AFE32
RGB
CMYK
RGB Variations
Color information
#8AFE32 (or 0x8AFE32) is known color: Green Yellow. HEX triplet: 8A, FE and 32. RGB value is (138,254,50). Sum of RGB (Red+Green+Blue) = 138+254+50=442 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.22% from 442); Green value is 254 (99.61% from 255 or 57.47% from 442); Blue value is 50 (19.92% from 255 or 11.31% from 442); Max value from RGB is 254 - color contains mainly: green. Hex color #8AFE32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AFE32 is #7501CD. Grayscale: #C4C4C4. Windows color (decimal): -7668174 or 3341962. OLE color: 3341962.
HSL color Cylindrical-coordinate representation of color #8AFE32: hue angle of 94.12º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8AFE32 is Cyan = 0.46, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 138 | 254 | 50 | - |
| CMYK | 0.46 | 0 | 0.80 | 0.00 |
| HSL | 94.12º | 0.99% | 0.6% | - |
| HSV(B) | 94.12º | 0.8% | 1% | - |
| XYZ | 46.5 | 76.52 | 15.34 | - |
| YUV | 196.06 | 45.57 | 86.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 254 | 50 | 0.46 | 0 | 0.80 | 0.00 | 94.12 | 0.99 | 0.6 |
| Hex | 8A | FE | 32 | 2E | 0 | 50 | 0 | 5E | 63 | 3C |
| Octal | 212 | 376 | 62 | 56 | 0 | 120 | 0 | 136 | 143 | 74 |
| Binary | 10001010 | 11111110 | 110010 | 101110 | 0 | 1010000 | 0 | 1011110 | 1100011 | 111100 |
Color Harmonies of #8AFE32
Complementary color
Monochromatic Colors of #8AFE32
Black with #8AFE32
Text Example
Text Example
White with #8AFE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFE32; }
p { color: rgb(138,254,50); }
H1.HeaderClassName
{
color: #8AFE32;
}
.AnyTagClassName
{
color: #8AFE32;
}
</style>
background-color css
<style>
a { background-color: #8AFE32; }
a { background-color: rgb(138,254,50); }
div.DivClassName
{
background-color: #8AFE32;
}
.BgClassName
{
background-color: #8AFE32;
}
</style>
border-color css
<style>
span { border-color: #8AFE32; }
span { border-color: rgb(138,254,50); }
td.TdClassName
{
border-color: #8AFE32;
}
.TagClassName
{
border-color: #8AFE32;
}
</style>