#75FF8D

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

Shades of Light Green #75FF8D

Tints of Light Green #75FF8D

Color information

#75FF8D (or 0x75FF8D) is unknown color: approx Light Green. HEX triplet: 75, FF and 8D. RGB value is (117,255,141). Sum of RGB (Red+Green+Blue) = 117+255+141=513 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.81% from 513); Green value is 255 (100% from 255 or 49.71% from 513); Blue value is 141 (55.47% from 255 or 27.49% from 513); Max value from RGB is 255 - color contains mainly: green. Hex color #75FF8D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75FF8D is #8A0072. Grayscale: #C9C9C9. Windows color (decimal): -9044083 or 9305973. OLE color: 9305973.

HSL color Cylindrical-coordinate representation of color #75FF8D: hue angle of 130.43º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75FF8D is Cyan = 0.54, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.

Color convert

RGB117255141-
CMYK0.5400.450
HSL130.43º100%72.94%-
HSV(B)130.43º54.12%100%-
XYZ47.977.2237.58-
YUV200.7494.2868.27-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.81%
GREEN value IS 255 (100% from 255) = 49.71%
BLUE value IS 141 (55.47% from 255) = 27.49%
R=22.81%
G=49.71%
B=27.49%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1172551410.5400.450130.4310072.94
Hex75FF8D3602D0826449
Octal165377215660550202144111
Binary11101011111111110001101110110010110101000001011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75FF8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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