#75E994

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

Shades of Light Green #75E994

Tints of Light Green #75E994

Color information

#75E994 (or 0x75E994) is unknown color: approx Light Green. HEX triplet: 75, E9 and 94. RGB value is (117,233,148). Sum of RGB (Red+Green+Blue) = 117+233+148=498 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.49% from 498); Green value is 233 (91.41% from 255 or 46.79% from 498); Blue value is 148 (58.20% from 255 or 29.72% from 498); Max value from RGB is 233 - color contains mainly: green. Hex color #75E994 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75E994 is #8A166B. Grayscale: #BCBCBC. Windows color (decimal): -9049708 or 9759093. OLE color: 9759093.

HSL color Cylindrical-coordinate representation of color #75E994: hue angle of 136.03º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75E994 is Cyan = 0.50, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB117233148-
CMYK0.5000.360.09
HSL136.03º72.5%68.63%-
HSV(B)136.03º49.79%91.37%-
XYZ41.8264.238.2-
YUV188.63105.0776.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.49%
GREEN value IS 233 (91.41% from 255) = 46.79%
BLUE value IS 148 (58.20% from 255) = 29.72%
R=23.49%
G=46.79%
B=29.72%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1172331480.5000.360.09136.0372.568.63
Hex75E994320249884845
Octal1653512246204411210110105
Binary11101011110100110010100110010010010010011000100010010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,233,148); }

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

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

 a { background-color: rgb(117,233,148); }

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

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

 span { border-color: rgb(117,233,148); }

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