#75F9A5

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

Shades of Light Green #75F9A5

Tints of Light Green #75F9A5

Color information

#75F9A5 (or 0x75F9A5) is unknown color: approx Light Green. HEX triplet: 75, F9 and A5. RGB value is (117,249,165). Sum of RGB (Red+Green+Blue) = 117+249+165=531 (70% of max value = 765). Red value is 117 (46.09% from 255 or 22.03% from 531); Green value is 249 (97.66% from 255 or 46.89% from 531); Blue value is 165 (64.84% from 255 or 31.07% from 531); Max value from RGB is 249 - color contains mainly: green. Hex color #75F9A5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75F9A5 is #8A065A. Grayscale: #C8C8C8. Windows color (decimal): -9045595 or 10877301. OLE color: 10877301.

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

Color convert

RGB117249165-
CMYK0.5300.340.02
HSL141.82º91.67%71.76%-
HSV(B)141.82º53.01%97.65%-
XYZ4874.2547.4-
YUV199.96108.2768.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.03%
GREEN value IS 249 (97.66% from 255) = 46.89%
BLUE value IS 165 (64.84% from 255) = 31.07%
R=22.03%
G=46.89%
B=31.07%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1172491650.5300.340.02141.8291.6771.76
Hex75F9A53502228e5c48
Octal165371245650422216134110
Binary111010111111001101001011101010100010101000111010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F9A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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