#7FF482

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

Shades of Light Green #7FF482

Tints of Light Green #7FF482

Color information

#7FF482 (or 0x7FF482) is unknown color: approx Light Green. HEX triplet: 7F, F4 and 82. RGB value is (127,244,130). Sum of RGB (Red+Green+Blue) = 127+244+130=501 (66% of max value = 765). Red value is 127 (50% from 255 or 25.35% from 501); Green value is 244 (95.70% from 255 or 48.70% from 501); Blue value is 130 (51.17% from 255 or 25.95% from 501); Max value from RGB is 244 - color contains mainly: green. Hex color #7FF482 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FF482 is #800B7D. Grayscale: #C4C4C4. Windows color (decimal): -8391550 or 8582271. OLE color: 8582271.

HSL color Cylindrical-coordinate representation of color #7FF482: hue angle of 121.54º 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 #7FF482 is Cyan = 0.48, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB127244130-
CMYK0.4800.470.04
HSL121.54º84.17%72.75%-
HSV(B)121.54º47.95%95.69%-
XYZ45.1370.8332.41-
YUV196.0290.7478.77-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.35%
GREEN value IS 244 (95.70% from 255) = 48.70%
BLUE value IS 130 (51.17% from 255) = 25.95%
R=25.35%
G=48.70%
B=25.95%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1272441300.4800.470.04121.5484.1772.75
Hex7FF4823002F47a5449
Octal177364202600574172124111
Binary111111111110100100000101100000101111100111101010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FF482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FF482; }

 p { color: rgb(127,244,130); }

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

<style>
 a { background-color: #7FF482; }

 a { background-color: rgb(127,244,130); }

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

<style>
 span { border-color: #7FF482; }

 span { border-color: rgb(127,244,130); }

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