Html Css Color HEX #82FC0E Chartreuse

📋 copy color: '#82FC0E'

red 130 ◦ green 252 ◦ blue 14

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

Shades of Chartreuse #82FC0E

Tints of Chartreuse #82FC0E

RGB

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

 GREEN value IS 252 (98.83% from 255) = 63.64%

 BLUE value IS 14 (5.86% from 255) = 3.54%

R = 32.83%
G = 63.64%
B = 3.54%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#82FC0E (or 0x82FC0E) is known color: Chartreuse. HEX triplet: 82, FC and 0E. RGB value is (130,252,14). Sum of RGB (Red+Green+Blue) = 130+252+14=396 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.83% from 396); Green value is 252 (98.83% from 255 or 63.64% from 396); Blue value is 14 (5.86% from 255 or 3.54% from 396); Max value from RGB is 252 - color contains mainly: green. Hex color #82FC0E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #82FC0E is #7D03F1. Grayscale: #BDBDBD. Windows color (decimal): -8193010 or 982146. OLE color: 982146.

HSL color Cylindrical-coordinate representation of color #82FC0E: hue angle of 90.76º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #82FC0E is Cyan = 0.48, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB 130 252 14 -
CMYK 0.48 0 0.94 0.01
HSL 90.76º 0.98% 0.52% -
HSV(B) 90.76º 0.94% 0.99% -
XYZ 44.1 74.4 12.45 -
YUV 188.39 29.58 86.35 -
System Red Green Blue C M Y K H S L
Decimal 130 252 14 0.48 0 0.94 0.01 90.76 0.98 0.52
Hex 82 FC E 30 0 5E 1 5B 62 34
Octal 202 374 16 60 0 136 1 133 142 64
Binary 10000010 11111100 1110 110000 0 1011110 1 1011011 1100010 110100

Color Harmonies of #82FC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82FC0E

Black with #82FC0E

Text Example


Text Example

White with #82FC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,252,14); }

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

background-color css

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

 a { background-color: rgb(130,252,14); }

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

border-color css

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

 span { border-color: rgb(130,252,14); }

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