#75FAA7

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

Shades of Light Green #75FAA7

Tints of Light Green #75FAA7

Color information

#75FAA7 (or 0x75FAA7) is unknown color: approx Light Green. HEX triplet: 75, FA and A7. RGB value is (117,250,167). Sum of RGB (Red+Green+Blue) = 117+250+167=534 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.91% from 534); Green value is 250 (98.05% from 255 or 46.82% from 534); Blue value is 167 (65.62% from 255 or 31.27% from 534); Max value from RGB is 250 - color contains mainly: green. Hex color #75FAA7 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75FAA7 is #8A0558. Grayscale: #C8C8C8. Windows color (decimal): -9045337 or 11008629. OLE color: 11008629.

HSL color Cylindrical-coordinate representation of color #75FAA7: hue angle of 142.56º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75FAA7 is Cyan = 0.53, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB117250167-
CMYK0.5300.330.02
HSL142.56º93.01%71.96%-
HSV(B)142.56º53.2%98.04%-
XYZ48.574.9448.47-
YUV200.77108.9468.25-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.91%
GREEN value IS 250 (98.05% from 255) = 46.82%
BLUE value IS 167 (65.62% from 255) = 31.27%
R=21.91%
G=46.82%
B=31.27%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1172501670.5300.330.02142.5693.0171.96
Hex75FAA73502128f5d48
Octal165372247650412217135110
Binary111010111111010101001111101010100001101000111110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75FAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75FAA7; }

 p { color: rgb(117,250,167); }

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

<style>
 a { background-color: #75FAA7; }

 a { background-color: rgb(117,250,167); }

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

<style>
 span { border-color: #75FAA7; }

 span { border-color: rgb(117,250,167); }

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