Html Css Color HEX #82FA27 Chartreuse

📋 copy color: '#82FA27'

red 130 ◦ green 250 ◦ blue 39

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

Shades of Chartreuse #82FA27

Tints of Chartreuse #82FA27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.31%

R = 31.03%
G = 59.67%
B = 9.31%

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

#82FA27 (or 0x82FA27) is known color: Chartreuse. HEX triplet: 82, FA and 27. RGB value is (130,250,39). Sum of RGB (Red+Green+Blue) = 130+250+39=419 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.03% from 419); Green value is 250 (98.05% from 255 or 59.67% from 419); Blue value is 39 (15.62% from 255 or 9.31% from 419); Max value from RGB is 250 - color contains mainly: green. Hex color #82FA27 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82FA27 is #7D05D8. Grayscale: #BEBEBE. Windows color (decimal): -8193497 or 2620034. OLE color: 2620034.

HSL color Cylindrical-coordinate representation of color #82FA27: hue angle of 94.12º 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 #82FA27 is Cyan = 0.48, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.

Color convert

RGB 130 250 39 -
CMYK 0.48 0 0.84 0.02
HSL 94.12º 0.95% 0.57% -
HSV(B) 94.12º 0.84% 0.98% -
XYZ 43.76 73.26 13.75 -
YUV 190.07 42.74 85.16 -
System Red Green Blue C M Y K H S L
Decimal 130 250 39 0.48 0 0.84 0.02 94.12 0.95 0.57
Hex 82 FA 27 30 0 54 2 5E 5F 39
Octal 202 372 47 60 0 124 2 136 137 71
Binary 10000010 11111010 100111 110000 0 1010100 10 1011110 1011111 111001

Color Harmonies of #82FA27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82FA27

Black with #82FA27

Text Example


Text Example

White with #82FA27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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