Html Css Color HEX #74DA08 Lawn Green

📋 copy color: '#74DA08'

red 116 ◦ green 218 ◦ blue 8

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

Shades of Lawn Green #74DA08

Tints of Lawn Green #74DA08

RGB

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

 GREEN value IS 218 (85.55% from 255) = 63.74%

 BLUE value IS 8 (3.52% from 255) = 2.34%

R = 33.92%
G = 63.74%
B = 2.34%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#74DA08 (or 0x74DA08) is known color: Lawn Green. HEX triplet: 74, DA and 08. RGB value is (116,218,8). Sum of RGB (Red+Green+Blue) = 116+218+8=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 218 (85.55% from 255 or 63.74% from 342); Blue value is 8 (3.52% from 255 or 2.34% from 342); Max value from RGB is 218 - color contains mainly: green. Hex color #74DA08 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74DA08 is #8B25F7. Grayscale: #A4A4A4. Windows color (decimal): -9119224 or 580212. OLE color: 580212.

HSL color Cylindrical-coordinate representation of color #74DA08: hue angle of 89.14º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #74DA08 is Cyan = 0.47, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.

Color convert

RGB 116 218 8 -
CMYK 0.47 0 0.96 0.15
HSL 89.14º 0.93% 0.44% -
HSV(B) 89.14º 0.96% 0.85% -
XYZ 32.32 53.87 8.93 -
YUV 163.56 40.21 94.08 -
System Red Green Blue C M Y K H S L
Decimal 116 218 8 0.47 0 0.96 0.15 89.14 0.93 0.44
Hex 74 DA 8 2F 0 60 F 59 5D 2C
Octal 164 332 10 57 0 140 17 131 135 54
Binary 1110100 11011010 1000 101111 0 1100000 1111 1011001 1011101 101100

Color Harmonies of #74DA08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DA08

Black with #74DA08

Text Example


Text Example

White with #74DA08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,218,8); }

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

background-color css

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

 a { background-color: rgb(116,218,8); }

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

border-color css

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

 span { border-color: rgb(116,218,8); }

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