Html Css Color HEX #74D305 Lawn Green

📋 copy color: '#74D305'

red 116 ◦ green 211 ◦ blue 5

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

Shades of Lawn Green #74D305

Tints of Lawn Green #74D305

RGB

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

 GREEN value IS 211 (82.81% from 255) = 63.55%

 BLUE value IS 5 (2.34% from 255) = 1.51%

R = 34.94%
G = 63.55%
B = 1.51%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#74D305 (or 0x74D305) is known color: Lawn Green. HEX triplet: 74, D3 and 05. RGB value is (116,211,5). Sum of RGB (Red+Green+Blue) = 116+211+5=332 (43% of max value = 765). Red value is 116 (45.70% from 255 or 34.94% from 332); Green value is 211 (82.81% from 255 or 63.55% from 332); Blue value is 5 (2.34% from 255 or 1.51% from 332); Max value from RGB is 211 - color contains mainly: green. Hex color #74D305 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74D305 is #8B2CFA. Grayscale: #9F9F9F. Windows color (decimal): -9121019 or 381812. OLE color: 381812.

HSL color Cylindrical-coordinate representation of color #74D305: hue angle of 87.67º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #74D305 is Cyan = 0.45, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.17.

Color convert

RGB 116 211 5 -
CMYK 0.45 0 0.98 0.17
HSL 87.67º 0.95% 0.42% -
HSV(B) 87.67º 0.98% 0.83% -
XYZ 30.52 50.31 8.25 -
YUV 159.11 41.03 97.25 -
System Red Green Blue C M Y K H S L
Decimal 116 211 5 0.45 0 0.98 0.17 87.67 0.95 0.42
Hex 74 D3 5 2D 0 62 11 58 5F 2A
Octal 164 323 5 55 0 142 21 130 137 52
Binary 1110100 11010011 101 101101 0 1100010 10001 1011000 1011111 101010

Color Harmonies of #74D305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D305

Black with #74D305

Text Example


Text Example

White with #74D305

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,211,5); }

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

background-color css

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

 a { background-color: rgb(116,211,5); }

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

border-color css

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

 span { border-color: rgb(116,211,5); }

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