Html Css Color HEX #8CFC82 Light Green

📋 copy color: '#8CFC82'

red 140 ◦ green 252 ◦ blue 130

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

Shades of Light Green #8CFC82

Tints of Light Green #8CFC82

RGB

 RED value IS 140 (55.08% from 255) = 26.82%

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

 BLUE value IS 130 (51.17% from 255) = 24.9%

R = 26.82%
G = 48.28%
B = 24.9%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#8CFC82 (or 0x8CFC82) is known color: Light Green. HEX triplet: 8C, FC and 82. RGB value is (140,252,130). Sum of RGB (Red+Green+Blue) = 140+252+130=522 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.82% from 522); Green value is 252 (98.83% from 255 or 48.28% from 522); Blue value is 130 (51.17% from 255 or 24.90% from 522); Max value from RGB is 252 - color contains mainly: green. Hex color #8CFC82 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CFC82 is #73037D. Grayscale: #CCCCCC. Windows color (decimal): -7537534 or 8584332. OLE color: 8584332.

HSL color Cylindrical-coordinate representation of color #8CFC82: hue angle of 115.08º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8CFC82 is Cyan = 0.44, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.01.

Color convert

RGB 140 252 130 -
CMYK 0.44 0 0.48 0.01
HSL 115.08º 0.95% 0.75% -
HSV(B) 115.08º 0.48% 0.99% -
XYZ 49.65 76.81 33.33 -
YUV 204.6 85.89 81.92 -
System Red Green Blue C M Y K H S L
Decimal 140 252 130 0.44 0 0.48 0.01 115.08 0.95 0.75
Hex 8C FC 82 2C 0 30 1 73 5F 4B
Octal 214 374 202 54 0 60 1 163 137 113
Binary 10001100 11111100 10000010 101100 0 110000 1 1110011 1011111 1001011

Color Harmonies of #8CFC82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CFC82

Black with #8CFC82

Text Example


Text Example

White with #8CFC82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8CFC82; }

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

 H1.HeaderClassName
 {
   color: #8CFC82;
 }
 .AnyTagClassName
 {
   color: #8CFC82;
 }
</style>

background-color css

<style>
 a { background-color: #8CFC82; }

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

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

border-color css

<style>
 span { border-color: #8CFC82; }

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

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