Html Css Color HEX #74F410 Lawn Green

📋 copy color: '#74F410'

red 116 ◦ green 244 ◦ blue 16

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

Shades of Lawn Green #74F410

Tints of Lawn Green #74F410

RGB

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

 GREEN value IS 244 (95.7% from 255) = 64.89%

 BLUE value IS 16 (6.64% from 255) = 4.26%

R = 30.85%
G = 64.89%
B = 4.26%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#74F410 (or 0x74F410) is known color: Lawn Green. HEX triplet: 74, F4 and 10. RGB value is (116,244,16). Sum of RGB (Red+Green+Blue) = 116+244+16=376 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.85% from 376); Green value is 244 (95.70% from 255 or 64.89% from 376); Blue value is 16 (6.64% from 255 or 4.26% from 376); Max value from RGB is 244 - color contains mainly: green. Hex color #74F410 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #74F410 is #8B0BEF. Grayscale: #B4B4B4. Windows color (decimal): -9112560 or 1111156. OLE color: 1111156.

HSL color Cylindrical-coordinate representation of color #74F410: hue angle of 93.68º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #74F410 is Cyan = 0.52, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 116 244 16 -
CMYK 0.52 0 0.93 0.04
HSL 93.68º 0.91% 0.51% -
HSV(B) 93.68º 0.93% 0.96% -
XYZ 39.65 68.45 11.61 -
YUV 179.74 35.59 82.54 -
System Red Green Blue C M Y K H S L
Decimal 116 244 16 0.52 0 0.93 0.04 93.68 0.91 0.51
Hex 74 F4 10 34 0 5D 4 5E 5B 33
Octal 164 364 20 64 0 135 4 136 133 63
Binary 1110100 11110100 10000 110100 0 1011101 100 1011110 1011011 110011

Color Harmonies of #74F410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F410

Black with #74F410

Text Example


Text Example

White with #74F410

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,244,16); }

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

background-color css

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

 a { background-color: rgb(116,244,16); }

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

border-color css

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

 span { border-color: rgb(116,244,16); }

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