Shades of Green Yellow #8AFD2D
Tints of Green Yellow #8AFD2D
RGB
CMYK
RGB Variations
Color information
#8AFD2D (or 0x8AFD2D) is known color: Green Yellow. HEX triplet: 8A, FD and 2D. RGB value is (138,253,45). Sum of RGB (Red+Green+Blue) = 138+253+45=436 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.65% from 436); Green value is 253 (99.22% from 255 or 58.03% from 436); Blue value is 45 (17.97% from 255 or 10.32% from 436); Max value from RGB is 253 - color contains mainly: green. Hex color #8AFD2D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AFD2D is #7502D2. Grayscale: #C3C3C3. Windows color (decimal): -7668435 or 3014026. OLE color: 3014026.
HSL color Cylindrical-coordinate representation of color #8AFD2D: hue angle of 93.17º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8AFD2D is Cyan = 0.45, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 138 | 253 | 45 | - |
| CMYK | 0.45 | 0 | 0.82 | 0.01 |
| HSL | 93.17º | 0.98% | 0.58% | - |
| HSV(B) | 93.17º | 0.82% | 0.99% | - |
| XYZ | 46.08 | 75.84 | 14.69 | - |
| YUV | 194.9 | 43.4 | 87.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 253 | 45 | 0.45 | 0 | 0.82 | 0.01 | 93.17 | 0.98 | 0.58 |
| Hex | 8A | FD | 2D | 2D | 0 | 52 | 1 | 5D | 62 | 3A |
| Octal | 212 | 375 | 55 | 55 | 0 | 122 | 1 | 135 | 142 | 72 |
| Binary | 10001010 | 11111101 | 101101 | 101101 | 0 | 1010010 | 1 | 1011101 | 1100010 | 111010 |
Color Harmonies of #8AFD2D
Complementary color
Monochromatic Colors of #8AFD2D
Black with #8AFD2D
Text Example
Text Example
White with #8AFD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFD2D; }
p { color: rgb(138,253,45); }
H1.HeaderClassName
{
color: #8AFD2D;
}
.AnyTagClassName
{
color: #8AFD2D;
}
</style>
background-color css
<style>
a { background-color: #8AFD2D; }
a { background-color: rgb(138,253,45); }
div.DivClassName
{
background-color: #8AFD2D;
}
.BgClassName
{
background-color: #8AFD2D;
}
</style>
border-color css
<style>
span { border-color: #8AFD2D; }
span { border-color: rgb(138,253,45); }
td.TdClassName
{
border-color: #8AFD2D;
}
.TagClassName
{
border-color: #8AFD2D;
}
</style>