#7DFAA6

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

Shades of Pale Green #7DFAA6

Tints of Pale Green #7DFAA6

Color information

#7DFAA6 (or 0x7DFAA6) is unknown color: approx Pale Green. HEX triplet: 7D, FA and A6. RGB value is (125,250,166). Sum of RGB (Red+Green+Blue) = 125+250+166=541 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.11% from 541); Green value is 250 (98.05% from 255 or 46.21% from 541); Blue value is 166 (65.23% from 255 or 30.68% from 541); Max value from RGB is 250 - color contains mainly: green. Hex color #7DFAA6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DFAA6 is #820559. Grayscale: #CBCBCB. Windows color (decimal): -8521050 or 10943101. OLE color: 10943101.

HSL color Cylindrical-coordinate representation of color #7DFAA6: hue angle of 139.68º 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 #7DFAA6 is Cyan = 0.50, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB125250166-
CMYK0.5000.340.02
HSL139.68º92.59%73.53%-
HSV(B)139.68º50%98.04%-
XYZ49.5375.4848.04-
YUV203.05107.0972.33-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.11%
GREEN value IS 250 (98.05% from 255) = 46.21%
BLUE value IS 166 (65.23% from 255) = 30.68%
R=23.11%
G=46.21%
B=30.68%

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
Decimal1252501660.5000.340.02139.6892.5973.53
Hex7DFAA63202228c5d4a
Octal175372246620422214135112
Binary111110111111010101001101100100100010101000110010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DFAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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