Html Css Color HEX #82FA28 Chartreuse

📋 copy color: '#82FA28'

red 130 ◦ green 250 ◦ blue 40

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

Shades of Chartreuse #82FA28

Tints of Chartreuse #82FA28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.52%

R = 30.95%
G = 59.52%
B = 9.52%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#82FA28 (or 0x82FA28) is known color: Chartreuse. HEX triplet: 82, FA and 28. RGB value is (130,250,40). Sum of RGB (Red+Green+Blue) = 130+250+40=420 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.95% from 420); Green value is 250 (98.05% from 255 or 59.52% from 420); Blue value is 40 (16.02% from 255 or 9.52% from 420); Max value from RGB is 250 - color contains mainly: green. Hex color #82FA28 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82FA28 is #7D05D7. Grayscale: #BEBEBE. Windows color (decimal): -8193496 or 2685570. OLE color: 2685570.

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

Color convert

RGB 130 250 40 -
CMYK 0.48 0 0.84 0.02
HSL 94.29º 0.95% 0.57% -
HSV(B) 94.29º 0.84% 0.98% -
XYZ 43.77 73.27 13.84 -
YUV 190.18 43.24 85.08 -
System Red Green Blue C M Y K H S L
Decimal 130 250 40 0.48 0 0.84 0.02 94.29 0.95 0.57
Hex 82 FA 28 30 0 54 2 5E 5F 39
Octal 202 372 50 60 0 124 2 136 137 71
Binary 10000010 11111010 101000 110000 0 1010100 10 1011110 1011111 111001

Color Harmonies of #82FA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82FA28

Black with #82FA28

Text Example


Text Example

White with #82FA28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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