Html Css Color HEX #74F814 Lawn Green

📋 copy color: '#74F814'

red 116 ◦ green 248 ◦ blue 20

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

Shades of Lawn Green #74F814

Tints of Lawn Green #74F814

RGB

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

 GREEN value IS 248 (97.27% from 255) = 64.58%

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

R = 30.21%
G = 64.58%
B = 5.21%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#74F814 (or 0x74F814) is known color: Lawn Green. HEX triplet: 74, F8 and 14. RGB value is (116,248,20). Sum of RGB (Red+Green+Blue) = 116+248+20=384 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.21% from 384); Green value is 248 (97.27% from 255 or 64.58% from 384); Blue value is 20 (8.20% from 255 or 5.21% from 384); Max value from RGB is 248 - color contains mainly: green. Hex color #74F814 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #74F814 is #8B07EB. Grayscale: #B7B7B7. Windows color (decimal): -9111532 or 1374324. OLE color: 1374324.

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

Color convert

RGB 116 248 20 -
CMYK 0.53 0 0.92 0.03
HSL 94.74º 0.94% 0.53% -
HSV(B) 94.74º 0.92% 0.97% -
XYZ 40.9 70.9 12.19 -
YUV 182.54 36.27 80.54 -
System Red Green Blue C M Y K H S L
Decimal 116 248 20 0.53 0 0.92 0.03 94.74 0.94 0.53
Hex 74 F8 14 35 0 5C 3 5F 5E 35
Octal 164 370 24 65 0 134 3 137 136 65
Binary 1110100 11111000 10100 110101 0 1011100 11 1011111 1011110 110101

Color Harmonies of #74F814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F814

Black with #74F814

Text Example


Text Example

White with #74F814

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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