#75F58D

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

Shades of Light Green #75F58D

Tints of Light Green #75F58D

Color information

#75F58D (or 0x75F58D) is unknown color: approx Light Green. HEX triplet: 75, F5 and 8D. RGB value is (117,245,141). Sum of RGB (Red+Green+Blue) = 117+245+141=503 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.26% from 503); Green value is 245 (96.09% from 255 or 48.71% from 503); Blue value is 141 (55.47% from 255 or 28.03% from 503); Max value from RGB is 245 - color contains mainly: green. Hex color #75F58D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75F58D is #8A0A72. Grayscale: #C3C3C3. Windows color (decimal): -9046643 or 9303413. OLE color: 9303413.

HSL color Cylindrical-coordinate representation of color #75F58D: hue angle of 131.25º 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 #75F58D is Cyan = 0.52, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB117245141-
CMYK0.5200.420.04
HSL131.25º86.49%70.98%-
HSV(B)131.25º52.24%96.08%-
XYZ44.871.0136.54-
YUV194.8797.5972.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.26%
GREEN value IS 245 (96.09% from 255) = 48.71%
BLUE value IS 141 (55.47% from 255) = 28.03%
R=23.26%
G=48.71%
B=28.03%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1172451410.5200.420.04131.2586.4970.98
Hex75F58D3402A4835647
Octal165365215640524203126107
Binary1110101111101011000110111010001010101001000001110101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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