Html Css Color HEX #74F914 Lawn Green

📋 copy color: '#74F914'

red 116 ◦ green 249 ◦ blue 20

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

Shades of Lawn Green #74F914

Tints of Lawn Green #74F914

RGB

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

 GREEN value IS 249 (97.66% from 255) = 64.68%

 BLUE value IS 20 (8.2% from 255) = 5.19%

R = 30.13%
G = 64.68%
B = 5.19%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#74F914 (or 0x74F914) is known color: Lawn Green. HEX triplet: 74, F9 and 14. RGB value is (116,249,20). Sum of RGB (Red+Green+Blue) = 116+249+20=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 249 (97.66% from 255 or 64.68% from 385); Blue value is 20 (8.20% from 255 or 5.19% from 385); Max value from RGB is 249 - color contains mainly: green. Hex color #74F914 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #74F914 is #8B06EB. Grayscale: #B7B7B7. Windows color (decimal): -9111276 or 1374580. OLE color: 1374580.

HSL color Cylindrical-coordinate representation of color #74F914: hue angle of 94.85º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #74F914 is Cyan = 0.53, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 116 249 20 -
CMYK 0.53 0 0.92 0.02
HSL 94.85º 0.95% 0.53% -
HSV(B) 94.85º 0.92% 0.98% -
XYZ 41.2 71.51 12.29 -
YUV 183.13 35.94 80.12 -
System Red Green Blue C M Y K H S L
Decimal 116 249 20 0.53 0 0.92 0.02 94.85 0.95 0.53
Hex 74 F9 14 35 0 5C 2 5F 5F 35
Octal 164 371 24 65 0 134 2 137 137 65
Binary 1110100 11111001 10100 110101 0 1011100 10 1011111 1011111 110101

Color Harmonies of #74F914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F914

Black with #74F914

Text Example


Text Example

White with #74F914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,249,20); }

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

background-color css

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

 a { background-color: rgb(116,249,20); }

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

border-color css

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

 span { border-color: rgb(116,249,20); }

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