Shades of Chartreuse #82FC0F
Tints of Chartreuse #82FC0F
RGB
CMYK
RGB Variations
Color information
#82FC0F (or 0x82FC0F) is known color: Chartreuse. HEX triplet: 82, FC and 0F. RGB value is (130,252,15). Sum of RGB (Red+Green+Blue) = 130+252+15=397 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.75% from 397); Green value is 252 (98.83% from 255 or 63.48% from 397); Blue value is 15 (6.25% from 255 or 3.78% from 397); Max value from RGB is 252 - color contains mainly: green. Hex color #82FC0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #82FC0F is #7D03F0. Grayscale: #BDBDBD. Windows color (decimal): -8193009 or 1047682. OLE color: 1047682.
HSL color Cylindrical-coordinate representation of color #82FC0F: hue angle of 90.89º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #82FC0F is Cyan = 0.48, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 130 | 252 | 15 | - |
| CMYK | 0.48 | 0 | 0.94 | 0.01 |
| HSL | 90.89º | 0.98% | 0.52% | - |
| HSV(B) | 90.89º | 0.94% | 0.99% | - |
| XYZ | 44.1 | 74.4 | 12.49 | - |
| YUV | 188.5 | 30.08 | 86.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 252 | 15 | 0.48 | 0 | 0.94 | 0.01 | 90.89 | 0.98 | 0.52 |
| Hex | 82 | FC | F | 30 | 0 | 5E | 1 | 5B | 62 | 34 |
| Octal | 202 | 374 | 17 | 60 | 0 | 136 | 1 | 133 | 142 | 64 |
| Binary | 10000010 | 11111100 | 1111 | 110000 | 0 | 1011110 | 1 | 1011011 | 1100010 | 110100 |
Color Harmonies of #82FC0F
Complementary color
Monochromatic Colors of #82FC0F
Black with #82FC0F
Text Example
Text Example
White with #82FC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82FC0F; }
p { color: rgb(130,252,15); }
H1.HeaderClassName
{
color: #82FC0F;
}
.AnyTagClassName
{
color: #82FC0F;
}
</style>
background-color css
<style>
a { background-color: #82FC0F; }
a { background-color: rgb(130,252,15); }
div.DivClassName
{
background-color: #82FC0F;
}
.BgClassName
{
background-color: #82FC0F;
}
</style>
border-color css
<style>
span { border-color: #82FC0F; }
span { border-color: rgb(130,252,15); }
td.TdClassName
{
border-color: #82FC0F;
}
.TagClassName
{
border-color: #82FC0F;
}
</style>