Html Css Color HEX #74F816 Lawn Green

📋 copy color: '#74F816'

red 116 ◦ green 248 ◦ blue 22

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

Shades of Lawn Green #74F816

Tints of Lawn Green #74F816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.7%

R = 30.05%
G = 64.25%
B = 5.7%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#74F816 (or 0x74F816) is known color: Lawn Green. HEX triplet: 74, F8 and 16. RGB value is (116,248,22). Sum of RGB (Red+Green+Blue) = 116+248+22=386 (51% of max value = 765). Red value is 116 (45.70% from 255 or 30.05% from 386); Green value is 248 (97.27% from 255 or 64.25% from 386); Blue value is 22 (8.98% from 255 or 5.70% from 386); Max value from RGB is 248 - color contains mainly: green. Hex color #74F816 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #74F816 is #8B07E9. Grayscale: #B7B7B7. Windows color (decimal): -9111530 or 1505396. OLE color: 1505396.

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

Color convert

RGB 116 248 22 -
CMYK 0.53 0 0.91 0.03
HSL 95.04º 0.94% 0.53% -
HSV(B) 95.04º 0.91% 0.97% -
XYZ 40.91 70.91 12.29 -
YUV 182.77 37.27 80.38 -
System Red Green Blue C M Y K H S L
Decimal 116 248 22 0.53 0 0.91 0.03 95.04 0.94 0.53
Hex 74 F8 16 35 0 5B 3 5F 5E 35
Octal 164 370 26 65 0 133 3 137 136 65
Binary 1110100 11111000 10110 110101 0 1011011 11 1011111 1011110 110101

Color Harmonies of #74F816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F816

Black with #74F816

Text Example


Text Example

White with #74F816

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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