Shades of Green Yellow #8AFF33
Tints of Green Yellow #8AFF33
RGB
CMYK
RGB Variations
Color information
#8AFF33 (or 0x8AFF33) is known color: Green Yellow. HEX triplet: 8A, FF and 33. RGB value is (138,255,51). Sum of RGB (Red+Green+Blue) = 138+255+51=444 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.08% from 444); Green value is 255 (100% from 255 or 57.43% from 444); Blue value is 51 (20.31% from 255 or 11.49% from 444); Max value from RGB is 255 - color contains mainly: green. Hex color #8AFF33 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AFF33 is #7500CC. Grayscale: #C5C5C5. Windows color (decimal): -7667917 or 3407754. OLE color: 3407754.
HSL color Cylindrical-coordinate representation of color #8AFF33: hue angle of 94.41º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8AFF33 is Cyan = 0.46, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 255 | 51 | - |
| CMYK | 0.46 | 0 | 0.8 | 0 |
| HSL | 94.41º | 1% | 0.6% | - |
| HSV(B) | 94.41º | 0.8% | 1% | - |
| XYZ | 46.84 | 77.16 | 15.56 | - |
| YUV | 196.76 | 45.74 | 86.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 255 | 51 | 0.46 | 0 | 0.8 | 0 | 94.41 | 1 | 0.6 |
| Hex | 8A | FF | 33 | 2E | 0 | 50 | 0 | 5E | 64 | 3C |
| Octal | 212 | 377 | 63 | 56 | 0 | 120 | 0 | 136 | 144 | 74 |
| Binary | 10001010 | 11111111 | 110011 | 101110 | 0 | 1010000 | 0 | 1011110 | 1100100 | 111100 |
Color Harmonies of #8AFF33
Complementary color
Monochromatic Colors of #8AFF33
Black with #8AFF33
Text Example
Text Example
White with #8AFF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFF33; }
p { color: rgb(138,255,51); }
H1.HeaderClassName
{
color: #8AFF33;
}
.AnyTagClassName
{
color: #8AFF33;
}
</style>
background-color css
<style>
a { background-color: #8AFF33; }
a { background-color: rgb(138,255,51); }
div.DivClassName
{
background-color: #8AFF33;
}
.BgClassName
{
background-color: #8AFF33;
}
</style>
border-color css
<style>
span { border-color: #8AFF33; }
span { border-color: rgb(138,255,51); }
td.TdClassName
{
border-color: #8AFF33;
}
.TagClassName
{
border-color: #8AFF33;
}
</style>