#74FCA4

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

Shades of Light Green #74FCA4

Tints of Light Green #74FCA4

Color information

#74FCA4 (or 0x74FCA4) is unknown color: approx Light Green. HEX triplet: 74, FC and A4. RGB value is (116,252,164). Sum of RGB (Red+Green+Blue) = 116+252+164=532 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.80% from 532); Green value is 252 (98.83% from 255 or 47.37% from 532); Blue value is 164 (64.45% from 255 or 30.83% from 532); Max value from RGB is 252 - color contains mainly: green. Hex color #74FCA4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74FCA4 is #8B035B. Grayscale: #C9C9C9. Windows color (decimal): -9110364 or 10812532. OLE color: 10812532.

HSL color Cylindrical-coordinate representation of color #74FCA4: hue angle of 141.18º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74FCA4 is Cyan = 0.54, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB116252164-
CMYK0.5400.350.01
HSL141.18º95.77%72.16%-
HSV(B)141.18º53.97%98.82%-
XYZ48.7176.0147.23-
YUV201.3106.9467.16-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.80%
GREEN value IS 252 (98.83% from 255) = 47.37%
BLUE value IS 164 (64.45% from 255) = 30.83%
R=21.80%
G=47.37%
B=30.83%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1162521640.5400.350.01141.1895.7772.16
Hex74FCA43602318d6048
Octal164374244660431215140110
Binary11101001111110010100100110110010001111000110111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74FCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,252,164); }

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

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

 a { background-color: rgb(116,252,164); }

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

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

 span { border-color: rgb(116,252,164); }

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