#74D716

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

Shades of Lawn Green #74D716

Tints of Lawn Green #74D716

Color information

#74D716 (or 0x74D716) is unknown color: approx Lawn Green. HEX triplet: 74, D7 and 16. RGB value is (116,215,22). Sum of RGB (Red+Green+Blue) = 116+215+22=353 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.86% from 353); Green value is 215 (84.38% from 255 or 60.91% from 353); Blue value is 22 (8.98% from 255 or 6.23% from 353); Max value from RGB is 215 - color contains mainly: green. Hex color #74D716 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74D716 is #8B28E9. Grayscale: #A4A4A4. Windows color (decimal): -9119978 or 1496948. OLE color: 1496948.

HSL color Cylindrical-coordinate representation of color #74D716: hue angle of 90.78º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #74D716 is Cyan = 0.46, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB11621522-
CMYK0.4600.900.16
HSL90.78º81.43%46.47%-
HSV(B)90.78º89.77%84.31%-
XYZ31.6552.379.2-
YUV163.448.294.19-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.86%
GREEN value IS 215 (84.38% from 255) = 60.91%
BLUE value IS 22 (8.98% from 255) = 6.23%
R=32.86%
G=60.91%
B=6.23%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal116215220.4600.900.1690.7881.4346.47
Hex74D7162E05A105b512e
Octal164327265601322013312156
Binary11101001101011110110101110010110101000010110111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,215,22); }

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

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

 a { background-color: rgb(116,215,22); }

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

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

 span { border-color: rgb(116,215,22); }

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