Html Css Color HEX #82FF06 Chartreuse

📋 copy color: '#82FF06'

red 130 ◦ green 255 ◦ blue 6

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

Shades of Chartreuse #82FF06

Tints of Chartreuse #82FF06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.53%

R = 33.25%
G = 65.22%
B = 1.53%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#82FF06 (or 0x82FF06) is known color: Chartreuse. HEX triplet: 82, FF and 06. RGB value is (130,255,6). Sum of RGB (Red+Green+Blue) = 130+255+6=391 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.25% from 391); Green value is 255 (100% from 255 or 65.22% from 391); Blue value is 6 (2.73% from 255 or 1.53% from 391); Max value from RGB is 255 - color contains mainly: green. Hex color #82FF06 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #82FF06 is #7D00F9. Grayscale: #BEBEBE. Windows color (decimal): -8192250 or 458626. OLE color: 458626.

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

Color convert

RGB 130 255 6 -
CMYK 0.49 0 0.98 0
HSL 90.12º 1% 0.51% -
HSV(B) 90.12º 0.98% 1% -
XYZ 45 76.28 12.52 -
YUV 189.24 24.59 85.75 -
System Red Green Blue C M Y K H S L
Decimal 130 255 6 0.49 0 0.98 0 90.12 1 0.51
Hex 82 FF 6 31 0 62 0 5A 64 33
Octal 202 377 6 61 0 142 0 132 144 63
Binary 10000010 11111111 110 110001 0 1100010 0 1011010 1100100 110011

Color Harmonies of #82FF06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82FF06

Black with #82FF06

Text Example


Text Example

White with #82FF06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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