#7DF38D

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

Shades of Light Green #7DF38D

Tints of Light Green #7DF38D

Color information

#7DF38D (or 0x7DF38D) is unknown color: approx Light Green. HEX triplet: 7D, F3 and 8D. RGB value is (125,243,141). Sum of RGB (Red+Green+Blue) = 125+243+141=509 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.56% from 509); Green value is 243 (95.31% from 255 or 47.74% from 509); Blue value is 141 (55.47% from 255 or 27.70% from 509); Max value from RGB is 243 - color contains mainly: green. Hex color #7DF38D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF38D is #820C72. Grayscale: #C4C4C4. Windows color (decimal): -8522867 or 9302909. OLE color: 9302909.

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

Color convert

RGB125243141-
CMYK0.4900.420.05
HSL128.14º83.1%72.16%-
HSV(B)128.14º48.56%95.29%-
XYZ45.3270.3836.4-
YUV196.0996.9177.29-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.56%
GREEN value IS 243 (95.31% from 255) = 47.74%
BLUE value IS 141 (55.47% from 255) = 27.70%
R=24.56%
G=47.74%
B=27.70%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1252431410.4900.420.05128.1483.172.16
Hex7DF38D3102A5805348
Octal175363215610525200123110
Binary1111101111100111000110111000101010101011000000010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DF38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,243,141); }

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

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

 a { background-color: rgb(125,243,141); }

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

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

 span { border-color: rgb(125,243,141); }

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