#75F497

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

Shades of Light Green #75F497

Tints of Light Green #75F497

Color information

#75F497 (or 0x75F497) is unknown color: approx Light Green. HEX triplet: 75, F4 and 97. RGB value is (117,244,151). Sum of RGB (Red+Green+Blue) = 117+244+151=512 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.85% from 512); Green value is 244 (95.70% from 255 or 47.66% from 512); Blue value is 151 (59.38% from 255 or 29.49% from 512); Max value from RGB is 244 - color contains mainly: green. Hex color #75F497 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75F497 is #8A0B68. Grayscale: #C3C3C3. Windows color (decimal): -9046889 or 9958517. OLE color: 9958517.

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

Color convert

RGB117244151-
CMYK0.5200.380.04
HSL136.06º85.23%70.78%-
HSV(B)136.06º52.05%95.69%-
XYZ45.2770.7240.54-
YUV195.42102.9272.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.85%
GREEN value IS 244 (95.70% from 255) = 47.66%
BLUE value IS 151 (59.38% from 255) = 29.49%
R=22.85%
G=47.66%
B=29.49%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1172441510.5200.380.04136.0685.2370.78
Hex75F497340264885547
Octal165364227640464210125107
Binary1110101111101001001011111010001001101001000100010101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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