Html Css Color HEX #8CF080 Light Green

📋 copy color: '#8CF080'

red 140 ◦ green 240 ◦ blue 128

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

Shades of Light Green #8CF080

Tints of Light Green #8CF080

RGB

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

 GREEN value IS 240 (94.14% from 255) = 47.24%

 BLUE value IS 128 (50.39% from 255) = 25.2%

R = 27.56%
G = 47.24%
B = 25.2%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#8CF080 (or 0x8CF080) is known color: Light Green. HEX triplet: 8C, F0 and 80. RGB value is (140,240,128). Sum of RGB (Red+Green+Blue) = 140+240+128=508 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.56% from 508); Green value is 240 (94.14% from 255 or 47.24% from 508); Blue value is 128 (50.39% from 255 or 25.20% from 508); Max value from RGB is 240 - color contains mainly: green. Hex color #8CF080 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CF080 is #730F7F. Grayscale: #C5C5C5. Windows color (decimal): -7540608 or 8450188. OLE color: 8450188.

HSL color Cylindrical-coordinate representation of color #8CF080: hue angle of 113.57º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8CF080 is Cyan = 0.42, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 140 240 128 -
CMYK 0.42 0 0.47 0.06
HSL 113.57º 0.79% 0.72% -
HSV(B) 113.57º 0.47% 0.94% -
XYZ 45.87 69.45 31.41 -
YUV 197.33 88.87 87.11 -
System Red Green Blue C M Y K H S L
Decimal 140 240 128 0.42 0 0.47 0.06 113.57 0.79 0.72
Hex 8C F0 80 2A 0 2F 6 72 4F 48
Octal 214 360 200 52 0 57 6 162 117 110
Binary 10001100 11110000 10000000 101010 0 101111 110 1110010 1001111 1001000

Color Harmonies of #8CF080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CF080

Black with #8CF080

Text Example


Text Example

White with #8CF080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,240,128); }

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

background-color css

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

 a { background-color: rgb(140,240,128); }

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

border-color css

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

 span { border-color: rgb(140,240,128); }

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