Shades of Green Yellow #8AF54B
Tints of Green Yellow #8AF54B
RGB
CMYK
RGB Variations
Color information
#8AF54B (or 0x8AF54B) is known color: Green Yellow. HEX triplet: 8A, F5 and 4B. RGB value is (138,245,75). Sum of RGB (Red+Green+Blue) = 138+245+75=458 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.13% from 458); Green value is 245 (96.09% from 255 or 53.49% from 458); Blue value is 75 (29.69% from 255 or 16.38% from 458); Max value from RGB is 245 - color contains mainly: green. Hex color #8AF54B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF54B is #750AB4. Grayscale: #C2C2C2. Windows color (decimal): -7670453 or 4978058. OLE color: 4978058.
HSL color Cylindrical-coordinate representation of color #8AF54B: hue angle of 97.76º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8AF54B is Cyan = 0.44, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 138 | 245 | 75 | - |
| CMYK | 0.44 | 0 | 0.69 | 0.04 |
| HSL | 97.76º | 0.89% | 0.63% | - |
| HSV(B) | 97.76º | 0.69% | 0.96% | - |
| XYZ | 44.4 | 71.22 | 18.06 | - |
| YUV | 193.63 | 61.05 | 88.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 245 | 75 | 0.44 | 0 | 0.69 | 0.04 | 97.76 | 0.89 | 0.63 |
| Hex | 8A | F5 | 4B | 2C | 0 | 45 | 4 | 62 | 59 | 3F |
| Octal | 212 | 365 | 113 | 54 | 0 | 105 | 4 | 142 | 131 | 77 |
| Binary | 10001010 | 11110101 | 1001011 | 101100 | 0 | 1000101 | 100 | 1100010 | 1011001 | 111111 |
Color Harmonies of #8AF54B
Complementary color
Monochromatic Colors of #8AF54B
Black with #8AF54B
Text Example
Text Example
White with #8AF54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF54B; }
p { color: rgb(138,245,75); }
H1.HeaderClassName
{
color: #8AF54B;
}
.AnyTagClassName
{
color: #8AF54B;
}
</style>
background-color css
<style>
a { background-color: #8AF54B; }
a { background-color: rgb(138,245,75); }
div.DivClassName
{
background-color: #8AF54B;
}
.BgClassName
{
background-color: #8AF54B;
}
</style>
border-color css
<style>
span { border-color: #8AF54B; }
span { border-color: rgb(138,245,75); }
td.TdClassName
{
border-color: #8AF54B;
}
.TagClassName
{
border-color: #8AF54B;
}
</style>