#75F9A7

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

Shades of Light Green #75F9A7

Tints of Light Green #75F9A7

Color information

#75F9A7 (or 0x75F9A7) is unknown color: approx Light Green. HEX triplet: 75, F9 and A7. RGB value is (117,249,167). Sum of RGB (Red+Green+Blue) = 117+249+167=533 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.95% from 533); Green value is 249 (97.66% from 255 or 46.72% from 533); Blue value is 167 (65.62% from 255 or 31.33% from 533); Max value from RGB is 249 - color contains mainly: green. Hex color #75F9A7 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75F9A7 is #8A0658. Grayscale: #C8C8C8. Windows color (decimal): -9045593 or 11008373. OLE color: 11008373.

HSL color Cylindrical-coordinate representation of color #75F9A7: hue angle of 142.73º degrees, saturation: 0.92, 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 #75F9A7 is Cyan = 0.53, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB117249167-
CMYK0.5300.330.02
HSL142.73º91.67%71.76%-
HSV(B)142.73º53.01%97.65%-
XYZ48.1974.3248.37-
YUV200.18109.2768.67-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.95%
GREEN value IS 249 (97.66% from 255) = 46.72%
BLUE value IS 167 (65.62% from 255) = 31.33%
R=21.95%
G=46.72%
B=31.33%

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
Decimal1172491670.5300.330.02142.7391.6771.76
Hex75F9A73502128f5c48
Octal165371247650412217134110
Binary111010111111001101001111101010100001101000111110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F9A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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