Html Css Color HEX #82FF29 Chartreuse

📋 copy color: '#82FF29'

red 130 ◦ green 255 ◦ blue 41

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

Shades of Chartreuse #82FF29

Tints of Chartreuse #82FF29

RGB

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

 GREEN value IS 255 (100% from 255) = 59.86%

 BLUE value IS 41 (16.41% from 255) = 9.62%

R = 30.52%
G = 59.86%
B = 9.62%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#82FF29 (or 0x82FF29) is known color: Chartreuse. HEX triplet: 82, FF and 29. RGB value is (130,255,41). Sum of RGB (Red+Green+Blue) = 130+255+41=426 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.52% from 426); Green value is 255 (100% from 255 or 59.86% from 426); Blue value is 41 (16.41% from 255 or 9.62% from 426); Max value from RGB is 255 - color contains mainly: green. Hex color #82FF29 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82FF29 is #7D00D6. Grayscale: #C1C1C1. Windows color (decimal): -8192215 or 2752386. OLE color: 2752386.

HSL color Cylindrical-coordinate representation of color #82FF29: hue angle of 95.05º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #82FF29 is Cyan = 0.49, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.

Color convert

RGB 130 255 41 -
CMYK 0.49 0 0.84 0
HSL 95.05º 1% 0.58% -
HSV(B) 95.05º 0.84% 1% -
XYZ 45.37 76.43 14.46 -
YUV 193.23 42.09 82.9 -
System Red Green Blue C M Y K H S L
Decimal 130 255 41 0.49 0 0.84 0 95.05 1 0.58
Hex 82 FF 29 31 0 54 0 5F 64 3A
Octal 202 377 51 61 0 124 0 137 144 72
Binary 10000010 11111111 101001 110001 0 1010100 0 1011111 1100100 111010

Color Harmonies of #82FF29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82FF29

Black with #82FF29

Text Example


Text Example

White with #82FF29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,255,41); }

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

background-color css

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

 a { background-color: rgb(130,255,41); }

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

border-color css

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

 span { border-color: rgb(130,255,41); }

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