#75F98D

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

Shades of Light Green #75F98D

Tints of Light Green #75F98D

Color information

#75F98D (or 0x75F98D) is unknown color: approx Light Green. HEX triplet: 75, F9 and 8D. RGB value is (117,249,141). Sum of RGB (Red+Green+Blue) = 117+249+141=507 (67% of max value = 765). Red value is 117 (46.09% from 255 or 23.08% from 507); Green value is 249 (97.66% from 255 or 49.11% from 507); Blue value is 141 (55.47% from 255 or 27.81% from 507); Max value from RGB is 249 - color contains mainly: green. Hex color #75F98D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75F98D is #8A0672. Grayscale: #C5C5C5. Windows color (decimal): -9045619 or 9304437. OLE color: 9304437.

HSL color Cylindrical-coordinate representation of color #75F98D: hue angle of 130.91º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75F98D is Cyan = 0.53, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB117249141-
CMYK0.5300.430.02
HSL130.91º91.67%71.76%-
HSV(B)130.91º53.01%97.65%-
XYZ46.0273.4636.95-
YUV197.2296.2770.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.08%
GREEN value IS 249 (97.66% from 255) = 49.11%
BLUE value IS 141 (55.47% from 255) = 27.81%
R=23.08%
G=49.11%
B=27.81%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1172491410.5300.430.02130.9191.6771.76
Hex75F98D3502B2835c48
Octal165371215650532203134110
Binary111010111111001100011011101010101011101000001110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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