Html Css Color HEX #74D50D Lawn Green

📋 copy color: '#74D50D'

red 116 ◦ green 213 ◦ blue 13

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

Shades of Lawn Green #74D50D

Tints of Lawn Green #74D50D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 62.28%

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

R = 33.92%
G = 62.28%
B = 3.8%

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

#74D50D (or 0x74D50D) is known color: Lawn Green. HEX triplet: 74, D5 and 0D. RGB value is (116,213,13). Sum of RGB (Red+Green+Blue) = 116+213+13=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 213 (83.59% from 255 or 62.28% from 342); Blue value is 13 (5.47% from 255 or 3.80% from 342); Max value from RGB is 213 - color contains mainly: green. Hex color #74D50D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74D50D is #8B2AF2. Grayscale: #A1A1A1. Windows color (decimal): -9120499 or 906612. OLE color: 906612.

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

Color convert

RGB 116 213 13 -
CMYK 0.46 0 0.94 0.16
HSL 89.1º 0.88% 0.44% -
HSV(B) 89.1º 0.94% 0.84% -
XYZ 31.07 51.33 8.65 -
YUV 161.2 44.36 95.76 -
System Red Green Blue C M Y K H S L
Decimal 116 213 13 0.46 0 0.94 0.16 89.1 0.88 0.44
Hex 74 D5 D 2E 0 5E 10 59 58 2C
Octal 164 325 15 56 0 136 20 131 130 54
Binary 1110100 11010101 1101 101110 0 1011110 10000 1011001 1011000 101100

Color Harmonies of #74D50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D50D

Black with #74D50D

Text Example


Text Example

White with #74D50D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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