#75F48A

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

Shades of Light Green #75F48A

Tints of Light Green #75F48A

Color information

#75F48A (or 0x75F48A) is unknown color: approx Light Green. HEX triplet: 75, F4 and 8A. RGB value is (117,244,138). Sum of RGB (Red+Green+Blue) = 117+244+138=499 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.45% from 499); Green value is 244 (95.70% from 255 or 48.90% from 499); Blue value is 138 (54.30% from 255 or 27.66% from 499); Max value from RGB is 244 - color contains mainly: green. Hex color #75F48A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75F48A is #8A0B75. Grayscale: #C2C2C2. Windows color (decimal): -9046902 or 9106549. OLE color: 9106549.

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

Color convert

RGB117244138-
CMYK0.5200.430.04
HSL129.92º85.23%70.78%-
HSV(B)129.92º52.05%95.69%-
XYZ44.2770.3235.28-
YUV193.9496.4273.12-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.45%
GREEN value IS 244 (95.70% from 255) = 48.90%
BLUE value IS 138 (54.30% from 255) = 27.66%
R=23.45%
G=48.90%
B=27.66%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1172441380.5200.430.04129.9285.2370.78
Hex75F48A3402B4825547
Octal165364212640534202125107
Binary1110101111101001000101011010001010111001000001010101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,244,138); }

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

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

 a { background-color: rgb(117,244,138); }

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

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

 span { border-color: rgb(117,244,138); }

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