#75FA92

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

Shades of Light Green #75FA92

Tints of Light Green #75FA92

Color information

#75FA92 (or 0x75FA92) is unknown color: approx Light Green. HEX triplet: 75, FA and 92. RGB value is (117,250,146). Sum of RGB (Red+Green+Blue) = 117+250+146=513 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.81% from 513); Green value is 250 (98.05% from 255 or 48.73% from 513); Blue value is 146 (57.42% from 255 or 28.46% from 513); Max value from RGB is 250 - color contains mainly: green. Hex color #75FA92 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75FA92 is #8A056D. Grayscale: #C6C6C6. Windows color (decimal): -9045358 or 9632373. OLE color: 9632373.

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

Color convert

RGB117250146-
CMYK0.5300.420.02
HSL133.08º93.01%71.96%-
HSV(B)133.08º53.2%98.04%-
XYZ46.7174.2339.06-
YUV198.3898.4469.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.81%
GREEN value IS 250 (98.05% from 255) = 48.73%
BLUE value IS 146 (57.42% from 255) = 28.46%
R=22.81%
G=48.73%
B=28.46%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1172501460.5300.420.02133.0893.0171.96
Hex75FA923502A2855d48
Octal165372222650522205135110
Binary111010111111010100100101101010101010101000010110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75FA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,250,146); }

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

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

 a { background-color: rgb(117,250,146); }

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

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

 span { border-color: rgb(117,250,146); }

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