#75F8A7

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

Shades of Light Green #75F8A7

Tints of Light Green #75F8A7

Color information

#75F8A7 (or 0x75F8A7) is unknown color: approx Light Green. HEX triplet: 75, F8 and A7. RGB value is (117,248,167). Sum of RGB (Red+Green+Blue) = 117+248+167=532 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.99% from 532); Green value is 248 (97.27% from 255 or 46.62% from 532); Blue value is 167 (65.62% from 255 or 31.39% from 532); Max value from RGB is 248 - color contains mainly: green. Hex color #75F8A7 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75F8A7 is #8A0758. Grayscale: #C7C7C7. Windows color (decimal): -9045849 or 11008117. OLE color: 11008117.

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

Color convert

RGB117248167-
CMYK0.5300.330.03
HSL142.9º90.34%71.57%-
HSV(B)142.9º52.82%97.25%-
XYZ47.8873.7148.26-
YUV199.6109.669.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.99%
GREEN value IS 248 (97.27% from 255) = 46.62%
BLUE value IS 167 (65.62% from 255) = 31.39%
R=21.99%
G=46.62%
B=31.39%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1172481670.5300.330.03142.990.3471.57
Hex75F8A73502138f5a48
Octal165370247650413217132110
Binary111010111111000101001111101010100001111000111110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F8A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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