Html Css Color HEX #82FD1A Chartreuse

📋 copy color: '#82FD1A'

red 130 ◦ green 253 ◦ blue 26

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

Shades of Chartreuse #82FD1A

Tints of Chartreuse #82FD1A

RGB

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

 GREEN value IS 253 (99.22% from 255) = 61.86%

 BLUE value IS 26 (10.55% from 255) = 6.36%

R = 31.78%
G = 61.86%
B = 6.36%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#82FD1A (or 0x82FD1A) is known color: Chartreuse. HEX triplet: 82, FD and 1A. RGB value is (130,253,26). Sum of RGB (Red+Green+Blue) = 130+253+26=409 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.78% from 409); Green value is 253 (99.22% from 255 or 61.86% from 409); Blue value is 26 (10.55% from 255 or 6.36% from 409); Max value from RGB is 253 - color contains mainly: green. Hex color #82FD1A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82FD1A is #7D02E5. Grayscale: #BFBFBF. Windows color (decimal): -8192742 or 1768834. OLE color: 1768834.

HSL color Cylindrical-coordinate representation of color #82FD1A: hue angle of 92.51º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #82FD1A is Cyan = 0.49, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB 130 253 26 -
CMYK 0.49 0 0.90 0.01
HSL 92.51º 0.98% 0.55% -
HSV(B) 92.51º 0.9% 0.99% -
XYZ 44.52 75.07 13.12 -
YUV 190.35 35.25 84.96 -
System Red Green Blue C M Y K H S L
Decimal 130 253 26 0.49 0 0.90 0.01 92.51 0.98 0.55
Hex 82 FD 1A 31 0 5A 1 5D 62 37
Octal 202 375 32 61 0 132 1 135 142 67
Binary 10000010 11111101 11010 110001 0 1011010 1 1011101 1100010 110111

Color Harmonies of #82FD1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82FD1A

Black with #82FD1A

Text Example


Text Example

White with #82FD1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,253,26); }

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

background-color css

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

 a { background-color: rgb(130,253,26); }

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

border-color css

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

 span { border-color: rgb(130,253,26); }

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