#74D610

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

Shades of Lawn Green #74D610

Tints of Lawn Green #74D610

Color information

#74D610 (or 0x74D610) is unknown color: approx Lawn Green. HEX triplet: 74, D6 and 10. RGB value is (116,214,16). Sum of RGB (Red+Green+Blue) = 116+214+16=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 214 (83.98% from 255 or 61.85% from 346); Blue value is 16 (6.64% from 255 or 4.62% from 346); Max value from RGB is 214 - color contains mainly: green. Hex color #74D610 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74D610 is #8B29EF. Grayscale: #A2A2A2. Windows color (decimal): -9120240 or 1103476. OLE color: 1103476.

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

Color convert

RGB11621416-
CMYK0.4600.930.16
HSL89.7º86.09%45.1%-
HSV(B)89.7º92.52%83.92%-
XYZ31.3451.848.85-
YUV162.1345.5395.1-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.53%
GREEN value IS 214 (83.98% from 255) = 61.85%
BLUE value IS 16 (6.64% from 255) = 4.62%
R=33.53%
G=61.85%
B=4.62%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal116214160.4600.930.1689.786.0945.1
Hex74D6102E05D105a562d
Octal164326205601352013212655
Binary11101001101011010000101110010111011000010110101010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,214,16); }

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

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

 a { background-color: rgb(116,214,16); }

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

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

 span { border-color: rgb(116,214,16); }

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