#7DF282

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

Shades of Light Green #7DF282

Tints of Light Green #7DF282

Color information

#7DF282 (or 0x7DF282) is unknown color: approx Light Green. HEX triplet: 7D, F2 and 82. RGB value is (125,242,130). Sum of RGB (Red+Green+Blue) = 125+242+130=497 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.15% from 497); Green value is 242 (94.92% from 255 or 48.69% from 497); Blue value is 130 (51.17% from 255 or 26.16% from 497); Max value from RGB is 242 - color contains mainly: green. Hex color #7DF282 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF282 is #820D7D. Grayscale: #C2C2C2. Windows color (decimal): -8523134 or 8581757. OLE color: 8581757.

HSL color Cylindrical-coordinate representation of color #7DF282: hue angle of 122.56º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DF282 is Cyan = 0.48, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB125242130-
CMYK0.4800.460.05
HSL122.56º81.82%71.96%-
HSV(B)122.56º48.35%94.9%-
XYZ44.2469.4832.2-
YUV194.2591.7478.61-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.15%
GREEN value IS 242 (94.92% from 255) = 48.69%
BLUE value IS 130 (51.17% from 255) = 26.16%
R=25.15%
G=48.69%
B=26.16%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1252421300.4800.460.05122.5681.8271.96
Hex7DF2823002E57b5248
Octal175362202600565173122110
Binary111110111110010100000101100000101110101111101110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DF282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,242,130); }

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

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

 a { background-color: rgb(125,242,130); }

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

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

 span { border-color: rgb(125,242,130); }

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