#75F5A1

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

Shades of Light Green #75F5A1

Tints of Light Green #75F5A1

Color information

#75F5A1 (or 0x75F5A1) is unknown color: approx Light Green. HEX triplet: 75, F5 and A1. RGB value is (117,245,161). Sum of RGB (Red+Green+Blue) = 117+245+161=523 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.37% from 523); Green value is 245 (96.09% from 255 or 46.85% from 523); Blue value is 161 (63.28% from 255 or 30.78% from 523); Max value from RGB is 245 - color contains mainly: green. Hex color #75F5A1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75F5A1 is #8A0A5E. Grayscale: #C5C5C5. Windows color (decimal): -9046623 or 10614133. OLE color: 10614133.

HSL color Cylindrical-coordinate representation of color #75F5A1: hue angle of 140.62º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75F5A1 is Cyan = 0.52, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.04.

Color convert

RGB117245161-
CMYK0.5200.340.04
HSL140.62º86.49%70.98%-
HSV(B)140.62º52.24%96.08%-
XYZ46.4271.6645.1-
YUV197.15107.5970.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.37%
GREEN value IS 245 (96.09% from 255) = 46.85%
BLUE value IS 161 (63.28% from 255) = 30.78%
R=22.37%
G=46.85%
B=30.78%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1172451610.5200.340.04140.6286.4970.98
Hex75F5A13402248d5647
Octal165365241640424215126107
Binary1110101111101011010000111010001000101001000110110101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F5A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,245,161); }

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

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

 a { background-color: rgb(117,245,161); }

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

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

 span { border-color: rgb(117,245,161); }

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