Html Css Color HEX #74F510 Lawn Green

📋 copy color: '#74F510'

red 116 ◦ green 245 ◦ blue 16

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

Shades of Lawn Green #74F510

Tints of Lawn Green #74F510

RGB

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

 GREEN value IS 245 (96.09% from 255) = 64.99%

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

R = 30.77%
G = 64.99%
B = 4.24%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#74F510 (or 0x74F510) is known color: Lawn Green. HEX triplet: 74, F5 and 10. RGB value is (116,245,16). Sum of RGB (Red+Green+Blue) = 116+245+16=377 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.77% from 377); Green value is 245 (96.09% from 255 or 64.99% from 377); Blue value is 16 (6.64% from 255 or 4.24% from 377); Max value from RGB is 245 - color contains mainly: green. Hex color #74F510 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #74F510 is #8B0AEF. Grayscale: #B5B5B5. Windows color (decimal): -9112304 or 1111412. OLE color: 1111412.

HSL color Cylindrical-coordinate representation of color #74F510: hue angle of 93.8º degrees, saturation: 0.92, 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 #74F510 is Cyan = 0.53, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 116 245 16 -
CMYK 0.53 0 0.93 0.04
HSL 93.8º 0.92% 0.51% -
HSV(B) 93.8º 0.93% 0.96% -
XYZ 39.95 69.06 11.71 -
YUV 180.32 35.26 82.12 -
System Red Green Blue C M Y K H S L
Decimal 116 245 16 0.53 0 0.93 0.04 93.8 0.92 0.51
Hex 74 F5 10 35 0 5D 4 5E 5C 33
Octal 164 365 20 65 0 135 4 136 134 63
Binary 1110100 11110101 10000 110101 0 1011101 100 1011110 1011100 110011

Color Harmonies of #74F510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F510

Black with #74F510

Text Example


Text Example

White with #74F510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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