Shades of Green Yellow #80F230
Tints of Green Yellow #80F230
RGB
CMYK
RGB Variations
Color information
#80F230 (or 0x80F230) is known color: Green Yellow. HEX triplet: 80, F2 and 30. RGB value is (128,242,48). Sum of RGB (Red+Green+Blue) = 128+242+48=418 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.62% from 418); Green value is 242 (94.92% from 255 or 57.89% from 418); Blue value is 48 (19.14% from 255 or 11.48% from 418); Max value from RGB is 242 - color contains mainly: green. Hex color #80F230 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80F230 is #7F0DCF. Grayscale: #BABABA. Windows color (decimal): -8326608 or 3207808. OLE color: 3207808.
HSL color Cylindrical-coordinate representation of color #80F230: hue angle of 95.26º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #80F230 is Cyan = 0.47, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 242 | 48 | - |
| CMYK | 0.47 | 0 | 0.80 | 0.05 |
| HSL | 95.26º | 0.88% | 0.57% | - |
| HSV(B) | 95.26º | 0.8% | 0.95% | - |
| XYZ | 41.19 | 68.31 | 13.81 | - |
| YUV | 185.8 | 50.23 | 86.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 242 | 48 | 0.47 | 0 | 0.80 | 0.05 | 95.26 | 0.88 | 0.57 |
| Hex | 80 | F2 | 30 | 2F | 0 | 50 | 5 | 5F | 58 | 39 |
| Octal | 200 | 362 | 60 | 57 | 0 | 120 | 5 | 137 | 130 | 71 |
| Binary | 10000000 | 11110010 | 110000 | 101111 | 0 | 1010000 | 101 | 1011111 | 1011000 | 111001 |
Color Harmonies of #80F230
Complementary color
Monochromatic Colors of #80F230
Black with #80F230
Text Example
Text Example
White with #80F230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F230; }
p { color: rgb(128,242,48); }
H1.HeaderClassName
{
color: #80F230;
}
.AnyTagClassName
{
color: #80F230;
}
</style>
background-color css
<style>
a { background-color: #80F230; }
a { background-color: rgb(128,242,48); }
div.DivClassName
{
background-color: #80F230;
}
.BgClassName
{
background-color: #80F230;
}
</style>
border-color css
<style>
span { border-color: #80F230; }
span { border-color: rgb(128,242,48); }
td.TdClassName
{
border-color: #80F230;
}
.TagClassName
{
border-color: #80F230;
}
</style>