Html Css Color HEX #74DC06 Lawn Green

📋 copy color: '#74DC06'

red 116 ◦ green 220 ◦ blue 6

#74DC06
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lawn Green #74DC06

Tints of Lawn Green #74DC06

RGB

 RED value IS 116 (45.7% from 255) = 33.92%

 GREEN value IS 220 (86.33% from 255) = 64.33%

 BLUE value IS 6 (2.73% from 255) = 1.75%

R = 33.92%
G = 64.33%
B = 1.75%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#74DC06 (or 0x74DC06) is known color: Lawn Green. HEX triplet: 74, DC and 06. RGB value is (116,220,6). Sum of RGB (Red+Green+Blue) = 116+220+6=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 220 (86.33% from 255 or 64.33% from 342); Blue value is 6 (2.73% from 255 or 1.75% from 342); Max value from RGB is 220 - color contains mainly: green. Hex color #74DC06 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74DC06 is #8B23F9. Grayscale: #A5A5A5. Windows color (decimal): -9118714 or 449652. OLE color: 449652.

HSL color Cylindrical-coordinate representation of color #74DC06: hue angle of 89.16º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #74DC06 is Cyan = 0.47, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 220 6 -
CMYK 0.47 0 0.97 0.14
HSL 89.16º 0.95% 0.44% -
HSV(B) 89.16º 0.97% 0.86% -
XYZ 32.83 54.91 9.04 -
YUV 164.51 38.54 93.4 -
System Red Green Blue C M Y K H S L
Decimal 116 220 6 0.47 0 0.97 0.14 89.16 0.95 0.44
Hex 74 DC 6 2F 0 61 E 59 5F 2C
Octal 164 334 6 57 0 141 16 131 137 54
Binary 1110100 11011100 110 101111 0 1100001 1110 1011001 1011111 101100

Color Harmonies of #74DC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DC06

Black with #74DC06

Text Example


Text Example

White with #74DC06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,220,6); }

 H1.HeaderClassName
 {
   color: #74DC06;
 }
 .AnyTagClassName
 {
   color: #74DC06;
 }
</style>

background-color css

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

 a { background-color: rgb(116,220,6); }

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

border-color css

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

 span { border-color: rgb(116,220,6); }

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