#7DFC98

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

Shades of Light Green #7DFC98

Tints of Light Green #7DFC98

Color information

#7DFC98 (or 0x7DFC98) is unknown color: approx Light Green. HEX triplet: 7D, FC and 98. RGB value is (125,252,152). Sum of RGB (Red+Green+Blue) = 125+252+152=529 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.63% from 529); Green value is 252 (98.83% from 255 or 47.64% from 529); Blue value is 152 (59.77% from 255 or 28.73% from 529); Max value from RGB is 252 - color contains mainly: green. Hex color #7DFC98 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DFC98 is #820367. Grayscale: #CACACA. Windows color (decimal): -8520552 or 10026109. OLE color: 10026109.

HSL color Cylindrical-coordinate representation of color #7DFC98: hue angle of 132.76º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DFC98 is Cyan = 0.50, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB125252152-
CMYK0.5000.400.01
HSL132.76º95.49%73.92%-
HSV(B)132.76º50.4%98.82%-
XYZ48.9476.2541.84-
YUV202.6399.4272.63-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.63%
GREEN value IS 252 (98.83% from 255) = 47.64%
BLUE value IS 152 (59.77% from 255) = 28.73%
R=23.63%
G=47.64%
B=28.73%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1252521520.5000.400.01132.7695.4973.92
Hex7DFC98320281855f4a
Octal175374230620501205137112
Binary11111011111110010011000110010010100011000010110111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DFC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,252,152); }

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

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

 a { background-color: rgb(125,252,152); }

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

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

 span { border-color: rgb(125,252,152); }

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