#75FD93

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

Shades of Light Green #75FD93

Tints of Light Green #75FD93

Color information

#75FD93 (or 0x75FD93) is unknown color: approx Light Green. HEX triplet: 75, FD and 93. RGB value is (117,253,147). Sum of RGB (Red+Green+Blue) = 117+253+147=517 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.63% from 517); Green value is 253 (99.22% from 255 or 48.94% from 517); Blue value is 147 (57.81% from 255 or 28.43% from 517); Max value from RGB is 253 - color contains mainly: green. Hex color #75FD93 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75FD93 is #8A026C. Grayscale: #C8C8C8. Windows color (decimal): -9044589 or 9698677. OLE color: 9698677.

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

Color convert

RGB117253147-
CMYK0.5400.420.01
HSL133.24º97.14%72.55%-
HSV(B)133.24º53.75%99.22%-
XYZ47.7376.1439.78-
YUV200.2597.9468.62-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.63%
GREEN value IS 253 (99.22% from 255) = 48.94%
BLUE value IS 147 (57.81% from 255) = 28.43%
R=22.63%
G=48.94%
B=28.43%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1172531470.5400.420.01133.2497.1472.55
Hex75FD933602A1856149
Octal165375223660521205141111
Binary11101011111110110010011110110010101011000010111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75FD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,253,147); }

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

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

 a { background-color: rgb(117,253,147); }

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

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

 span { border-color: rgb(117,253,147); }

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