#7DFAA5

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

Shades of Pale Green #7DFAA5

Tints of Pale Green #7DFAA5

Color information

#7DFAA5 (or 0x7DFAA5) is unknown color: approx Pale Green. HEX triplet: 7D, FA and A5. RGB value is (125,250,165). Sum of RGB (Red+Green+Blue) = 125+250+165=540 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.15% from 540); Green value is 250 (98.05% from 255 or 46.30% from 540); Blue value is 165 (64.84% from 255 or 30.56% from 540); Max value from RGB is 250 - color contains mainly: green. Hex color #7DFAA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DFAA5 is #82055A. Grayscale: #CBCBCB. Windows color (decimal): -8521051 or 10877565. OLE color: 10877565.

HSL color Cylindrical-coordinate representation of color #7DFAA5: hue angle of 139.2º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DFAA5 is Cyan = 0.50, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB125250165-
CMYK0.5000.340.02
HSL139.2º92.59%73.53%-
HSV(B)139.2º50%98.04%-
XYZ49.4375.4547.55-
YUV202.94106.5972.41-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.15%
GREEN value IS 250 (98.05% from 255) = 46.30%
BLUE value IS 165 (64.84% from 255) = 30.56%
R=23.15%
G=46.30%
B=30.56%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1252501650.5000.340.02139.292.5973.53
Hex7DFAA53202228b5d4a
Octal175372245620422213135112
Binary111110111111010101001011100100100010101000101110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DFAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,250,165); }

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

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

 a { background-color: rgb(125,250,165); }

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

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

 span { border-color: rgb(125,250,165); }

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