#74FCA6

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

Shades of Light Green #74FCA6

Tints of Light Green #74FCA6

Color information

#74FCA6 (or 0x74FCA6) is unknown color: approx Light Green. HEX triplet: 74, FC and A6. RGB value is (116,252,166). Sum of RGB (Red+Green+Blue) = 116+252+166=534 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.72% from 534); Green value is 252 (98.83% from 255 or 47.19% from 534); Blue value is 166 (65.23% from 255 or 31.09% from 534); Max value from RGB is 252 - color contains mainly: green. Hex color #74FCA6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74FCA6 is #8B0359. Grayscale: #C9C9C9. Windows color (decimal): -9110362 or 10943604. OLE color: 10943604.

HSL color Cylindrical-coordinate representation of color #74FCA6: hue angle of 142.06º 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 #74FCA6 is Cyan = 0.54, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.

Color convert

RGB116252166-
CMYK0.5400.340.01
HSL142.06º95.77%72.16%-
HSV(B)142.06º53.97%98.82%-
XYZ48.976.0948.19-
YUV201.53107.9466.99-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.72%
GREEN value IS 252 (98.83% from 255) = 47.19%
BLUE value IS 166 (65.23% from 255) = 31.09%
R=21.72%
G=47.19%
B=31.09%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1162521660.5400.340.01142.0695.7772.16
Hex74FCA63602218e6048
Octal164374246660421216140110
Binary11101001111110010100110110110010001011000111011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74FCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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