Shades of Green Yellow #8AFB4B
Tints of Green Yellow #8AFB4B
RGB
CMYK
RGB Variations
Color information
#8AFB4B (or 0x8AFB4B) is known color: Green Yellow. HEX triplet: 8A, FB and 4B. RGB value is (138,251,75). Sum of RGB (Red+Green+Blue) = 138+251+75=464 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.74% from 464); Green value is 251 (98.44% from 255 or 54.09% from 464); Blue value is 75 (29.69% from 255 or 16.16% from 464); Max value from RGB is 251 - color contains mainly: green. Hex color #8AFB4B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AFB4B is #7504B4. Grayscale: #C5C5C5. Windows color (decimal): -7668917 or 4979594. OLE color: 4979594.
HSL color Cylindrical-coordinate representation of color #8AFB4B: hue angle of 98.52º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8AFB4B is Cyan = 0.45, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 251 | 75 | - |
| CMYK | 0.45 | 0 | 0.70 | 0.02 |
| HSL | 98.52º | 0.96% | 0.64% | - |
| HSV(B) | 98.52º | 0.7% | 0.98% | - |
| XYZ | 46.25 | 74.91 | 18.68 | - |
| YUV | 197.15 | 59.06 | 85.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 251 | 75 | 0.45 | 0 | 0.70 | 0.02 | 98.52 | 0.96 | 0.64 |
| Hex | 8A | FB | 4B | 2D | 0 | 46 | 2 | 63 | 60 | 40 |
| Octal | 212 | 373 | 113 | 55 | 0 | 106 | 2 | 143 | 140 | 100 |
| Binary | 10001010 | 11111011 | 1001011 | 101101 | 0 | 1000110 | 10 | 1100011 | 1100000 | 1000000 |
Color Harmonies of #8AFB4B
Complementary color
Monochromatic Colors of #8AFB4B
Black with #8AFB4B
Text Example
Text Example
White with #8AFB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFB4B; }
p { color: rgb(138,251,75); }
H1.HeaderClassName
{
color: #8AFB4B;
}
.AnyTagClassName
{
color: #8AFB4B;
}
</style>
background-color css
<style>
a { background-color: #8AFB4B; }
a { background-color: rgb(138,251,75); }
div.DivClassName
{
background-color: #8AFB4B;
}
.BgClassName
{
background-color: #8AFB4B;
}
</style>
border-color css
<style>
span { border-color: #8AFB4B; }
span { border-color: rgb(138,251,75); }
td.TdClassName
{
border-color: #8AFB4B;
}
.TagClassName
{
border-color: #8AFB4B;
}
</style>