Html Css Color HEX #74D70D Lawn Green

📋 copy color: '#74D70D'

red 116 ◦ green 215 ◦ blue 13

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

Shades of Lawn Green #74D70D

Tints of Lawn Green #74D70D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 62.5%

 BLUE value IS 13 (5.47% from 255) = 3.78%

R = 33.72%
G = 62.5%
B = 3.78%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#74D70D (or 0x74D70D) is known color: Lawn Green. HEX triplet: 74, D7 and 0D. RGB value is (116,215,13). Sum of RGB (Red+Green+Blue) = 116+215+13=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 215 (84.38% from 255 or 62.5% from 344); Blue value is 13 (5.47% from 255 or 3.78% from 344); Max value from RGB is 215 - color contains mainly: green. Hex color #74D70D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74D70D is #8B28F2. Grayscale: #A3A3A3. Windows color (decimal): -9119987 or 907124. OLE color: 907124.

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

Color convert

RGB 116 215 13 -
CMYK 0.46 0 0.94 0.16
HSL 89.41º 0.89% 0.45% -
HSV(B) 89.41º 0.94% 0.84% -
XYZ 31.58 52.34 8.82 -
YUV 162.37 43.7 94.93 -
System Red Green Blue C M Y K H S L
Decimal 116 215 13 0.46 0 0.94 0.16 89.41 0.89 0.45
Hex 74 D7 D 2E 0 5E 10 59 59 2D
Octal 164 327 15 56 0 136 20 131 131 55
Binary 1110100 11010111 1101 101110 0 1011110 10000 1011001 1011001 101101

Color Harmonies of #74D70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D70D

Black with #74D70D

Text Example


Text Example

White with #74D70D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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