#75FA9B

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

Shades of Light Green #75FA9B

Tints of Light Green #75FA9B

Color information

#75FA9B (or 0x75FA9B) is unknown color: approx Light Green. HEX triplet: 75, FA and 9B. RGB value is (117,250,155). Sum of RGB (Red+Green+Blue) = 117+250+155=522 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.41% from 522); Green value is 250 (98.05% from 255 or 47.89% from 522); Blue value is 155 (60.94% from 255 or 29.69% from 522); Max value from RGB is 250 - color contains mainly: green. Hex color #75FA9B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75FA9B is #8A0564. Grayscale: #C7C7C7. Windows color (decimal): -9045349 or 10222197. OLE color: 10222197.

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

Color convert

RGB117250155-
CMYK0.5300.380.02
HSL137.14º93.01%71.96%-
HSV(B)137.14º53.2%98.04%-
XYZ47.4474.5242.89-
YUV199.4102.9469.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.41%
GREEN value IS 250 (98.05% from 255) = 47.89%
BLUE value IS 155 (60.94% from 255) = 29.69%
R=22.41%
G=47.89%
B=29.69%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1172501550.5300.380.02137.1493.0171.96
Hex75FA9B350262895d48
Octal165372233650462211135110
Binary111010111111010100110111101010100110101000100110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75FA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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