#75F09D

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

Shades of Light Green #75F09D

Tints of Light Green #75F09D

Color information

#75F09D (or 0x75F09D) is unknown color: approx Light Green. HEX triplet: 75, F0 and 9D. RGB value is (117,240,157). Sum of RGB (Red+Green+Blue) = 117+240+157=514 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.76% from 514); Green value is 240 (94.14% from 255 or 46.69% from 514); Blue value is 157 (61.72% from 255 or 30.54% from 514); Max value from RGB is 240 - color contains mainly: green. Hex color #75F09D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75F09D is #8A0F62. Grayscale: #C1C1C1. Windows color (decimal): -9047907 or 10350709. OLE color: 10350709.

HSL color Cylindrical-coordinate representation of color #75F09D: hue angle of 139.51º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75F09D is Cyan = 0.51, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB117240157-
CMYK0.5100.350.06
HSL139.51º80.39%70%-
HSV(B)139.51º51.25%94.12%-
XYZ44.5868.5442.78-
YUV193.76107.2573.25-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.76%
GREEN value IS 240 (94.14% from 255) = 46.69%
BLUE value IS 157 (61.72% from 255) = 30.54%
R=22.76%
G=46.69%
B=30.54%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1172401570.5100.350.06139.5180.3970
Hex75F09D3302368c5046
Octal165360235630436214120106
Binary1110101111100001001110111001101000111101000110010100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,240,157); }

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

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

 a { background-color: rgb(117,240,157); }

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

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

 span { border-color: rgb(117,240,157); }

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