#74F7A0

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

Shades of Light Green #74F7A0

Tints of Light Green #74F7A0

Color information

#74F7A0 (or 0x74F7A0) is unknown color: approx Light Green. HEX triplet: 74, F7 and A0. RGB value is (116,247,160). Sum of RGB (Red+Green+Blue) = 116+247+160=523 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.18% from 523); Green value is 247 (96.88% from 255 or 47.23% from 523); Blue value is 160 (62.89% from 255 or 30.59% from 523); Max value from RGB is 247 - color contains mainly: green. Hex color #74F7A0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74F7A0 is #8B085F. Grayscale: #C6C6C6. Windows color (decimal): -9111648 or 10549108. OLE color: 10549108.

HSL color Cylindrical-coordinate representation of color #74F7A0: hue angle of 140.15º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74F7A0 is Cyan = 0.53, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.03.

Color convert

RGB116247160-
CMYK0.5300.350.03
HSL140.15º89.12%71.18%-
HSV(B)140.15º53.04%96.86%-
XYZ46.8172.7744.84-
YUV197.91106.669.57-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.18%
GREEN value IS 247 (96.88% from 255) = 47.23%
BLUE value IS 160 (62.89% from 255) = 30.59%
R=22.18%
G=47.23%
B=30.59%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1162471600.5300.350.03140.1589.1271.18
Hex74F7A03502338c5947
Octal164367240650433214131107
Binary111010011110111101000001101010100011111000110010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74F7A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74F7A0; }

 p { color: rgb(116,247,160); }

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

<style>
 a { background-color: #74F7A0; }

 a { background-color: rgb(116,247,160); }

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

<style>
 span { border-color: #74F7A0; }

 span { border-color: rgb(116,247,160); }

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