Html Css Color HEX #82FA16 Chartreuse

📋 copy color: '#82FA16'

red 130 ◦ green 250 ◦ blue 22

#82FA16
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chartreuse #82FA16

Tints of Chartreuse #82FA16

RGB

 RED value IS 130 (51.17% from 255) = 32.34%

 GREEN value IS 250 (98.05% from 255) = 62.19%

 BLUE value IS 22 (8.98% from 255) = 5.47%

R = 32.34%
G = 62.19%
B = 5.47%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.91

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#82FA16 (or 0x82FA16) is known color: Chartreuse. HEX triplet: 82, FA and 16. RGB value is (130,250,22). Sum of RGB (Red+Green+Blue) = 130+250+22=402 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.34% from 402); Green value is 250 (98.05% from 255 or 62.19% from 402); Blue value is 22 (8.98% from 255 or 5.47% from 402); Max value from RGB is 250 - color contains mainly: green. Hex color #82FA16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #82FA16 is #7D05E9. Grayscale: #BCBCBC. Windows color (decimal): -8193514 or 1505922. OLE color: 1505922.

HSL color Cylindrical-coordinate representation of color #82FA16: hue angle of 91.58º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #82FA16 is Cyan = 0.48, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.

Color convert

RGB 130 250 22 -
CMYK 0.48 0 0.91 0.02
HSL 91.58º 0.96% 0.53% -
HSV(B) 91.58º 0.91% 0.98% -
XYZ 43.54 73.17 12.59 -
YUV 188.13 34.24 86.54 -
System Red Green Blue C M Y K H S L
Decimal 130 250 22 0.48 0 0.91 0.02 91.58 0.96 0.53
Hex 82 FA 16 30 0 5B 2 5C 60 35
Octal 202 372 26 60 0 133 2 134 140 65
Binary 10000010 11111010 10110 110000 0 1011011 10 1011100 1100000 110101

Color Harmonies of #82FA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82FA16

Black with #82FA16

Text Example


Text Example

White with #82FA16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82FA16; }

 p { color: rgb(130,250,22); }

 H1.HeaderClassName
 {
   color: #82FA16;
 }
 .AnyTagClassName
 {
   color: #82FA16;
 }
</style>

background-color css

<style>
 a { background-color: #82FA16; }

 a { background-color: rgb(130,250,22); }

 div.DivClassName
 {
   background-color: #82FA16;
 }
 .BgClassName
 {
   background-color: #82FA16;
 }
</style>

border-color css

<style>
 span { border-color: #82FA16; }

 span { border-color: rgb(130,250,22); }

 td.TdClassName
 {
   border-color: #82FA16;
 }
 .TagClassName
 {
   border-color: #82FA16;
 }
</style>