Html Css Color HEX #8CF880 Light Green

📋 copy color: '#8CF880'

red 140 ◦ green 248 ◦ blue 128

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

Shades of Light Green #8CF880

Tints of Light Green #8CF880

RGB

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

 GREEN value IS 248 (97.27% from 255) = 48.06%

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

R = 27.13%
G = 48.06%
B = 24.81%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#8CF880 (or 0x8CF880) is known color: Light Green. HEX triplet: 8C, F8 and 80. RGB value is (140,248,128). Sum of RGB (Red+Green+Blue) = 140+248+128=516 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.13% from 516); Green value is 248 (97.27% from 255 or 48.06% from 516); Blue value is 128 (50.39% from 255 or 24.81% from 516); Max value from RGB is 248 - color contains mainly: green. Hex color #8CF880 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CF880 is #73077F. Grayscale: #CACACA. Windows color (decimal): -7538560 or 8452236. OLE color: 8452236.

HSL color Cylindrical-coordinate representation of color #8CF880: hue angle of 114º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8CF880 is Cyan = 0.44, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 140 248 128 -
CMYK 0.44 0 0.48 0.03
HSL 114º 0.9% 0.74% -
HSV(B) 114º 0.48% 0.97% -
XYZ 48.28 74.27 32.21 -
YUV 202.03 86.22 83.76 -
System Red Green Blue C M Y K H S L
Decimal 140 248 128 0.44 0 0.48 0.03 114 0.9 0.74
Hex 8C F8 80 2C 0 30 3 72 5A 4A
Octal 214 370 200 54 0 60 3 162 132 112
Binary 10001100 11111000 10000000 101100 0 110000 11 1110010 1011010 1001010

Color Harmonies of #8CF880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CF880

Black with #8CF880

Text Example


Text Example

White with #8CF880

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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