#75FA88

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

Shades of Light Green #75FA88

Tints of Light Green #75FA88

Color information

#75FA88 (or 0x75FA88) is unknown color: approx Light Green. HEX triplet: 75, FA and 88. RGB value is (117,250,136). Sum of RGB (Red+Green+Blue) = 117+250+136=503 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.26% from 503); Green value is 250 (98.05% from 255 or 49.70% from 503); Blue value is 136 (53.52% from 255 or 27.04% from 503); Max value from RGB is 250 - color contains mainly: green. Hex color #75FA88 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75FA88 is #8A0577. Grayscale: #C5C5C5. Windows color (decimal): -9045368 or 8977013. OLE color: 8977013.

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

Color convert

RGB117250136-
CMYK0.5300.460.02
HSL128.57º93.01%71.96%-
HSV(B)128.57º53.2%98.04%-
XYZ45.9773.9335.14-
YUV197.2493.4470.77-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.26%
GREEN value IS 250 (98.05% from 255) = 49.70%
BLUE value IS 136 (53.52% from 255) = 27.04%
R=23.26%
G=49.70%
B=27.04%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1172501360.5300.460.02128.5793.0171.96
Hex75FA883502E2815d48
Octal165372210650562201135110
Binary111010111111010100010001101010101110101000000110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75FA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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