Shades of Green Yellow #82F636
Tints of Green Yellow #82F636
RGB
CMYK
RGB Variations
Color information
#82F636 (or 0x82F636) is known color: Green Yellow. HEX triplet: 82, F6 and 36. RGB value is (130,246,54). Sum of RGB (Red+Green+Blue) = 130+246+54=430 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.23% from 430); Green value is 246 (96.48% from 255 or 57.21% from 430); Blue value is 54 (21.48% from 255 or 12.56% from 430); Max value from RGB is 246 - color contains mainly: green. Hex color #82F636 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82F636 is #7D09C9. Grayscale: #BEBEBE. Windows color (decimal): -8194506 or 3602050. OLE color: 3602050.
HSL color Cylindrical-coordinate representation of color #82F636: hue angle of 96.25º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #82F636 is Cyan = 0.47, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 130 | 246 | 54 | - |
| CMYK | 0.47 | 0 | 0.78 | 0.04 |
| HSL | 96.25º | 0.91% | 0.59% | - |
| HSV(B) | 96.25º | 0.78% | 0.96% | - |
| XYZ | 42.83 | 70.92 | 14.92 | - |
| YUV | 189.43 | 51.57 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 246 | 54 | 0.47 | 0 | 0.78 | 0.04 | 96.25 | 0.91 | 0.59 |
| Hex | 82 | F6 | 36 | 2F | 0 | 4E | 4 | 60 | 5B | 3B |
| Octal | 202 | 366 | 66 | 57 | 0 | 116 | 4 | 140 | 133 | 73 |
| Binary | 10000010 | 11110110 | 110110 | 101111 | 0 | 1001110 | 100 | 1100000 | 1011011 | 111011 |
Color Harmonies of #82F636
Complementary color
Monochromatic Colors of #82F636
Black with #82F636
Text Example
Text Example
White with #82F636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82F636; }
p { color: rgb(130,246,54); }
H1.HeaderClassName
{
color: #82F636;
}
.AnyTagClassName
{
color: #82F636;
}
</style>
background-color css
<style>
a { background-color: #82F636; }
a { background-color: rgb(130,246,54); }
div.DivClassName
{
background-color: #82F636;
}
.BgClassName
{
background-color: #82F636;
}
</style>
border-color css
<style>
span { border-color: #82F636; }
span { border-color: rgb(130,246,54); }
td.TdClassName
{
border-color: #82F636;
}
.TagClassName
{
border-color: #82F636;
}
</style>