Html Css Color HEX #82FB28 Chartreuse

📋 copy color: '#82FB28'

red 130 ◦ green 251 ◦ blue 40

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

Shades of Chartreuse #82FB28

Tints of Chartreuse #82FB28

RGB

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

 GREEN value IS 251 (98.44% from 255) = 59.62%

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

R = 30.88%
G = 59.62%
B = 9.5%

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

#82FB28 (or 0x82FB28) is known color: Chartreuse. HEX triplet: 82, FB and 28. RGB value is (130,251,40). Sum of RGB (Red+Green+Blue) = 130+251+40=421 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.88% from 421); Green value is 251 (98.44% from 255 or 59.62% from 421); Blue value is 40 (16.02% from 255 or 9.50% from 421); Max value from RGB is 251 - color contains mainly: green. Hex color #82FB28 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82FB28 is #7D04D7. Grayscale: #BFBFBF. Windows color (decimal): -8193240 or 2685826. OLE color: 2685826.

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

Color convert

RGB 130 251 40 -
CMYK 0.48 0 0.84 0.02
HSL 94.41º 0.96% 0.57% -
HSV(B) 94.41º 0.84% 0.98% -
XYZ 44.09 73.89 13.95 -
YUV 190.77 42.91 84.66 -
System Red Green Blue C M Y K H S L
Decimal 130 251 40 0.48 0 0.84 0.02 94.41 0.96 0.57
Hex 82 FB 28 30 0 54 2 5E 60 39
Octal 202 373 50 60 0 124 2 136 140 71
Binary 10000010 11111011 101000 110000 0 1010100 10 1011110 1100000 111001

Color Harmonies of #82FB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82FB28

Black with #82FB28

Text Example


Text Example

White with #82FB28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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