Html Css Color HEX #82FB11 Chartreuse

📋 copy color: '#82FB11'

red 130 ◦ green 251 ◦ blue 17

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

Shades of Chartreuse #82FB11

Tints of Chartreuse #82FB11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.27%

R = 32.66%
G = 63.07%
B = 4.27%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#82FB11 (or 0x82FB11) is known color: Chartreuse. HEX triplet: 82, FB and 11. RGB value is (130,251,17). Sum of RGB (Red+Green+Blue) = 130+251+17=398 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.66% from 398); Green value is 251 (98.44% from 255 or 63.07% from 398); Blue value is 17 (7.03% from 255 or 4.27% from 398); Max value from RGB is 251 - color contains mainly: green. Hex color #82FB11 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #82FB11 is #7D04EE. Grayscale: #BCBCBC. Windows color (decimal): -8193263 or 1178498. OLE color: 1178498.

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

Color convert

RGB 130 251 17 -
CMYK 0.48 0 0.93 0.02
HSL 91.03º 0.97% 0.53% -
HSV(B) 91.03º 0.93% 0.98% -
XYZ 43.8 73.78 12.46 -
YUV 188.15 31.41 86.53 -
System Red Green Blue C M Y K H S L
Decimal 130 251 17 0.48 0 0.93 0.02 91.03 0.97 0.53
Hex 82 FB 11 30 0 5D 2 5B 61 35
Octal 202 373 21 60 0 135 2 133 141 65
Binary 10000010 11111011 10001 110000 0 1011101 10 1011011 1100001 110101

Color Harmonies of #82FB11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82FB11

Black with #82FB11

Text Example


Text Example

White with #82FB11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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