#75F78A

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

Shades of Light Green #75F78A

Tints of Light Green #75F78A

Color information

#75F78A (or 0x75F78A) is unknown color: approx Light Green. HEX triplet: 75, F7 and 8A. RGB value is (117,247,138). Sum of RGB (Red+Green+Blue) = 117+247+138=502 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.31% from 502); Green value is 247 (96.88% from 255 or 49.20% from 502); Blue value is 138 (54.30% from 255 or 27.49% from 502); Max value from RGB is 247 - color contains mainly: green. Hex color #75F78A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75F78A is #8A0875. Grayscale: #C4C4C4. Windows color (decimal): -9046134 or 9107317. OLE color: 9107317.

HSL color Cylindrical-coordinate representation of color #75F78A: hue angle of 129.69º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75F78A is Cyan = 0.53, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB117247138-
CMYK0.5300.440.03
HSL129.69º89.04%71.37%-
HSV(B)129.69º52.63%96.86%-
XYZ45.1872.1435.59-
YUV195.795.4371.86-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.31%
GREEN value IS 247 (96.88% from 255) = 49.20%
BLUE value IS 138 (54.30% from 255) = 27.49%
R=23.31%
G=49.20%
B=27.49%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1172471380.5300.440.03129.6989.0471.37
Hex75F78A3502C3825947
Octal165367212650543202131107
Binary111010111110111100010101101010101100111000001010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,247,138); }

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

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

 a { background-color: rgb(117,247,138); }

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

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

 span { border-color: rgb(117,247,138); }

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