#75F985

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

Shades of Light Green #75F985

Tints of Light Green #75F985

Color information

#75F985 (or 0x75F985) is unknown color: approx Light Green. HEX triplet: 75, F9 and 85. RGB value is (117,249,133). Sum of RGB (Red+Green+Blue) = 117+249+133=499 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.45% from 499); Green value is 249 (97.66% from 255 or 49.90% from 499); Blue value is 133 (52.34% from 255 or 26.65% from 499); Max value from RGB is 249 - color contains mainly: green. Hex color #75F985 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75F985 is #8A067A. Grayscale: #C4C4C4. Windows color (decimal): -9045627 or 8780149. OLE color: 8780149.

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

Color convert

RGB117249133-
CMYK0.5300.470.02
HSL127.27º91.67%71.76%-
HSV(B)127.27º53.01%97.65%-
XYZ45.4573.2333.93-
YUV196.3192.2771.43-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.45%
GREEN value IS 249 (97.66% from 255) = 49.90%
BLUE value IS 133 (52.34% from 255) = 26.65%
R=23.45%
G=49.90%
B=26.65%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1172491330.5300.470.02127.2791.6771.76
Hex75F9853502F27f5c48
Octal165371205650572177134110
Binary11101011111100110000101110101010111110111111110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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