Shades of Green Yellow #8AF33D
Tints of Green Yellow #8AF33D
RGB
CMYK
RGB Variations
Color information
#8AF33D (or 0x8AF33D) is known color: Green Yellow. HEX triplet: 8A, F3 and 3D. RGB value is (138,243,61). Sum of RGB (Red+Green+Blue) = 138+243+61=442 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.22% from 442); Green value is 243 (95.31% from 255 or 54.98% from 442); Blue value is 61 (24.22% from 255 or 13.80% from 442); Max value from RGB is 243 - color contains mainly: green. Hex color #8AF33D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF33D is #750CC2. Grayscale: #BFBFBF. Windows color (decimal): -7670979 or 4060042. OLE color: 4060042.
HSL color Cylindrical-coordinate representation of color #8AF33D: hue angle of 94.62º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8AF33D is Cyan = 0.43, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 243 | 61 | - |
| CMYK | 0.43 | 0 | 0.75 | 0.05 |
| HSL | 94.62º | 0.88% | 0.6% | - |
| HSV(B) | 94.62º | 0.75% | 0.95% | - |
| XYZ | 43.37 | 69.84 | 15.61 | - |
| YUV | 190.86 | 54.71 | 90.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 243 | 61 | 0.43 | 0 | 0.75 | 0.05 | 94.62 | 0.88 | 0.6 |
| Hex | 8A | F3 | 3D | 2B | 0 | 4B | 5 | 5F | 58 | 3C |
| Octal | 212 | 363 | 75 | 53 | 0 | 113 | 5 | 137 | 130 | 74 |
| Binary | 10001010 | 11110011 | 111101 | 101011 | 0 | 1001011 | 101 | 1011111 | 1011000 | 111100 |
Color Harmonies of #8AF33D
Complementary color
Monochromatic Colors of #8AF33D
Black with #8AF33D
Text Example
Text Example
White with #8AF33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF33D; }
p { color: rgb(138,243,61); }
H1.HeaderClassName
{
color: #8AF33D;
}
.AnyTagClassName
{
color: #8AF33D;
}
</style>
background-color css
<style>
a { background-color: #8AF33D; }
a { background-color: rgb(138,243,61); }
div.DivClassName
{
background-color: #8AF33D;
}
.BgClassName
{
background-color: #8AF33D;
}
</style>
border-color css
<style>
span { border-color: #8AF33D; }
span { border-color: rgb(138,243,61); }
td.TdClassName
{
border-color: #8AF33D;
}
.TagClassName
{
border-color: #8AF33D;
}
</style>