#75FF96

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

Shades of Light Green #75FF96

Tints of Light Green #75FF96

Color information

#75FF96 (or 0x75FF96) is unknown color: approx Light Green. HEX triplet: 75, FF and 96. RGB value is (117,255,150). Sum of RGB (Red+Green+Blue) = 117+255+150=522 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.41% from 522); Green value is 255 (100% from 255 or 48.85% from 522); Blue value is 150 (58.98% from 255 or 28.74% from 522); Max value from RGB is 255 - color contains mainly: green. Hex color #75FF96 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75FF96 is #8A0069. Grayscale: #CACACA. Windows color (decimal): -9044074 or 9895797. OLE color: 9895797.

HSL color Cylindrical-coordinate representation of color #75FF96: hue angle of 134.35º 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 #75FF96 is Cyan = 0.54, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.

Color convert

RGB117255150-
CMYK0.5400.410
HSL134.35º100%72.94%-
HSV(B)134.35º54.12%100%-
XYZ48.677.541.25-
YUV201.7798.7867.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.41%
GREEN value IS 255 (100% from 255) = 48.85%
BLUE value IS 150 (58.98% from 255) = 28.74%
R=22.41%
G=48.85%
B=28.74%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1172551500.5400.410134.3510072.94
Hex75FF96360290866449
Octal165377226660510206144111
Binary11101011111111110010110110110010100101000011011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75FF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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