#75F98E

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

Shades of Light Green #75F98E

Tints of Light Green #75F98E

Color information

#75F98E (or 0x75F98E) is unknown color: approx Light Green. HEX triplet: 75, F9 and 8E. RGB value is (117,249,142). Sum of RGB (Red+Green+Blue) = 117+249+142=508 (67% of max value = 765). Red value is 117 (46.09% from 255 or 23.03% from 508); Green value is 249 (97.66% from 255 or 49.02% from 508); Blue value is 142 (55.86% from 255 or 27.95% from 508); Max value from RGB is 249 - color contains mainly: green. Hex color #75F98E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75F98E is #8A0671. Grayscale: #C5C5C5. Windows color (decimal): -9045618 or 9369973. OLE color: 9369973.

HSL color Cylindrical-coordinate representation of color #75F98E: hue angle of 131.36º 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 #75F98E is Cyan = 0.53, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB117249142-
CMYK0.5300.430.02
HSL131.36º91.67%71.76%-
HSV(B)131.36º53.01%97.65%-
XYZ46.0973.4937.35-
YUV197.3396.7770.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.03%
GREEN value IS 249 (97.66% from 255) = 49.02%
BLUE value IS 142 (55.86% from 255) = 27.95%
R=23.03%
G=49.02%
B=27.95%

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
Decimal1172491420.5300.430.02131.3691.6771.76
Hex75F98E3502B2835c48
Octal165371216650532203134110
Binary111010111111001100011101101010101011101000001110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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