Shades of Green Yellow #8AF33B
Tints of Green Yellow #8AF33B
RGB
CMYK
RGB Variations
Color information
#8AF33B (or 0x8AF33B) is known color: Green Yellow. HEX triplet: 8A, F3 and 3B. RGB value is (138,243,59). Sum of RGB (Red+Green+Blue) = 138+243+59=440 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.36% from 440); Green value is 243 (95.31% from 255 or 55.23% from 440); Blue value is 59 (23.44% from 255 or 13.41% from 440); Max value from RGB is 243 - color contains mainly: green. Hex color #8AF33B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF33B is #750CC4. Grayscale: #BFBFBF. Windows color (decimal): -7670981 or 3928970. OLE color: 3928970.
HSL color Cylindrical-coordinate representation of color #8AF33B: hue angle of 94.24º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8AF33B is Cyan = 0.43, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 243 | 59 | - |
| CMYK | 0.43 | 0 | 0.76 | 0.05 |
| HSL | 94.24º | 0.88% | 0.59% | - |
| HSV(B) | 94.24º | 0.76% | 0.95% | - |
| XYZ | 43.32 | 69.82 | 15.33 | - |
| YUV | 190.63 | 53.71 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 243 | 59 | 0.43 | 0 | 0.76 | 0.05 | 94.24 | 0.88 | 0.59 |
| Hex | 8A | F3 | 3B | 2B | 0 | 4C | 5 | 5E | 58 | 3B |
| Octal | 212 | 363 | 73 | 53 | 0 | 114 | 5 | 136 | 130 | 73 |
| Binary | 10001010 | 11110011 | 111011 | 101011 | 0 | 1001100 | 101 | 1011110 | 1011000 | 111011 |
Color Harmonies of #8AF33B
Complementary color
Monochromatic Colors of #8AF33B
Black with #8AF33B
Text Example
Text Example
White with #8AF33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF33B; }
p { color: rgb(138,243,59); }
H1.HeaderClassName
{
color: #8AF33B;
}
.AnyTagClassName
{
color: #8AF33B;
}
</style>
background-color css
<style>
a { background-color: #8AF33B; }
a { background-color: rgb(138,243,59); }
div.DivClassName
{
background-color: #8AF33B;
}
.BgClassName
{
background-color: #8AF33B;
}
</style>
border-color css
<style>
span { border-color: #8AF33B; }
span { border-color: rgb(138,243,59); }
td.TdClassName
{
border-color: #8AF33B;
}
.TagClassName
{
border-color: #8AF33B;
}
</style>