#8FF480

Color #8FF480 Light Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Green #8FF480

Tints of Light Green #8FF480

Color information

#8FF480 (or 0x8FF480) is unknown color: approx Light Green. HEX triplet: 8F, F4 and 80. RGB value is (143,244,128). Sum of RGB (Red+Green+Blue) = 143+244+128=515 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.77% from 515); Green value is 244 (95.70% from 255 or 47.38% from 515); Blue value is 128 (50.39% from 255 or 24.85% from 515); Max value from RGB is 244 - color contains mainly: green. Hex color #8FF480 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8FF480 is #700B7F. Grayscale: #C8C8C8. Windows color (decimal): -7342976 or 8451215. OLE color: 8451215.

HSL color Cylindrical-coordinate representation of color #8FF480: hue angle of 112.24º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8FF480 is Cyan = 0.41, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB143244128-
CMYK0.4100.480.04
HSL112.24º84.06%72.94%-
HSV(B)112.24º47.54%95.69%-
XYZ47.5772.131.83-
YUV200.5887.0486.93-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.77%
GREEN value IS 244 (95.70% from 255) = 47.38%
BLUE value IS 128 (50.39% from 255) = 24.85%
R=27.77%
G=47.38%
B=24.85%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1432441280.4100.480.04112.2484.0672.94
Hex8FF480290304705449
Octal217364200510604160124111
Binary1000111111110100100000001010010110000100111000010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FF480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,244,128); }

 H1.HeaderClassName
 {
   color: #8FF480;
 }
 .AnyTagClassName
 {
   color: #8FF480;
 }
</style>
background-color css

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

 a { background-color: rgb(143,244,128); }

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

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

 span { border-color: rgb(143,244,128); }

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