Shades of Green Yellow #8AFF2B
Tints of Green Yellow #8AFF2B
RGB
CMYK
RGB Variations
Color information
#8AFF2B (or 0x8AFF2B) is known color: Green Yellow. HEX triplet: 8A, FF and 2B. RGB value is (138,255,43). Sum of RGB (Red+Green+Blue) = 138+255+43=436 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.65% from 436); Green value is 255 (100% from 255 or 58.49% from 436); Blue value is 43 (17.19% from 255 or 9.86% from 436); Max value from RGB is 255 - color contains mainly: green. Hex color #8AFF2B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AFF2B is #7500D4. Grayscale: #C4C4C4. Windows color (decimal): -7667925 or 2883466. OLE color: 2883466.
HSL color Cylindrical-coordinate representation of color #8AFF2B: hue angle of 93.11º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8AFF2B is Cyan = 0.46, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 255 | 43 | - |
| CMYK | 0.46 | 0 | 0.83 | 0 |
| HSL | 93.11º | 1% | 0.58% | - |
| HSV(B) | 93.11º | 0.83% | 1% | - |
| XYZ | 46.68 | 77.1 | 14.71 | - |
| YUV | 195.85 | 41.74 | 86.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 255 | 43 | 0.46 | 0 | 0.83 | 0 | 93.11 | 1 | 0.58 |
| Hex | 8A | FF | 2B | 2E | 0 | 53 | 0 | 5D | 64 | 3A |
| Octal | 212 | 377 | 53 | 56 | 0 | 123 | 0 | 135 | 144 | 72 |
| Binary | 10001010 | 11111111 | 101011 | 101110 | 0 | 1010011 | 0 | 1011101 | 1100100 | 111010 |
Color Harmonies of #8AFF2B
Complementary color
Monochromatic Colors of #8AFF2B
Black with #8AFF2B
Text Example
Text Example
White with #8AFF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFF2B; }
p { color: rgb(138,255,43); }
H1.HeaderClassName
{
color: #8AFF2B;
}
.AnyTagClassName
{
color: #8AFF2B;
}
</style>
background-color css
<style>
a { background-color: #8AFF2B; }
a { background-color: rgb(138,255,43); }
div.DivClassName
{
background-color: #8AFF2B;
}
.BgClassName
{
background-color: #8AFF2B;
}
</style>
border-color css
<style>
span { border-color: #8AFF2B; }
span { border-color: rgb(138,255,43); }
td.TdClassName
{
border-color: #8AFF2B;
}
.TagClassName
{
border-color: #8AFF2B;
}
</style>