Html Css Color HEX #82FA1D Chartreuse

📋 copy color: '#82FA1D'

red 130 ◦ green 250 ◦ blue 29

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

Shades of Chartreuse #82FA1D

Tints of Chartreuse #82FA1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.09%

R = 31.78%
G = 61.12%
B = 7.09%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#82FA1D (or 0x82FA1D) is known color: Chartreuse. HEX triplet: 82, FA and 1D. RGB value is (130,250,29). Sum of RGB (Red+Green+Blue) = 130+250+29=409 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.78% from 409); Green value is 250 (98.05% from 255 or 61.12% from 409); Blue value is 29 (11.72% from 255 or 7.09% from 409); Max value from RGB is 250 - color contains mainly: green. Hex color #82FA1D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82FA1D is #7D05E2. Grayscale: #BDBDBD. Windows color (decimal): -8193507 or 1964674. OLE color: 1964674.

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

Color convert

RGB 130 250 29 -
CMYK 0.48 0 0.88 0.02
HSL 92.58º 0.96% 0.55% -
HSV(B) 92.58º 0.88% 0.98% -
XYZ 43.61 73.21 12.99 -
YUV 188.93 37.74 85.97 -
System Red Green Blue C M Y K H S L
Decimal 130 250 29 0.48 0 0.88 0.02 92.58 0.96 0.55
Hex 82 FA 1D 30 0 58 2 5D 60 37
Octal 202 372 35 60 0 130 2 135 140 67
Binary 10000010 11111010 11101 110000 0 1011000 10 1011101 1100000 110111

Color Harmonies of #82FA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82FA1D

Black with #82FA1D

Text Example


Text Example

White with #82FA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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