Html Css Color HEX #79D014 Lima

📋 copy color: '#79D014'

red 121 ◦ green 208 ◦ blue 20

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

Shades of Lima #79D014

Tints of Lima #79D014

RGB

 RED value IS 121 (47.66% from 255) = 34.67%

 GREEN value IS 208 (81.64% from 255) = 59.6%

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

R = 34.67%
G = 59.6%
B = 5.73%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#79D014 (or 0x79D014) is known color: Lima. HEX triplet: 79, D0 and 14. RGB value is (121,208,20). Sum of RGB (Red+Green+Blue) = 121+208+20=349 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.67% from 349); Green value is 208 (81.64% from 255 or 59.60% from 349); Blue value is 20 (8.20% from 255 or 5.73% from 349); Max value from RGB is 208 - color contains mainly: green. Hex color #79D014 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #79D014 is #862FEB. Grayscale: #A1A1A1. Windows color (decimal): -8794092 or 1364089. OLE color: 1364089.

HSL color Cylindrical-coordinate representation of color #79D014: hue angle of 87.77º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #79D014 is Cyan = 0.42, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 121 208 20 -
CMYK 0.42 0 0.90 0.18
HSL 87.77º 0.82% 0.45% -
HSV(B) 87.77º 0.9% 0.82% -
XYZ 30.57 49.23 8.55 -
YUV 160.56 48.68 99.79 -
System Red Green Blue C M Y K H S L
Decimal 121 208 20 0.42 0 0.90 0.18 87.77 0.82 0.45
Hex 79 D0 14 2A 0 5A 12 58 52 2D
Octal 171 320 24 52 0 132 22 130 122 55
Binary 1111001 11010000 10100 101010 0 1011010 10010 1011000 1010010 101101

Color Harmonies of #79D014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79D014

Black with #79D014

Text Example


Text Example

White with #79D014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79D014; }

 p { color: rgb(121,208,20); }

 H1.HeaderClassName
 {
   color: #79D014;
 }
 .AnyTagClassName
 {
   color: #79D014;
 }
</style>

background-color css

<style>
 a { background-color: #79D014; }

 a { background-color: rgb(121,208,20); }

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

border-color css

<style>
 span { border-color: #79D014; }

 span { border-color: rgb(121,208,20); }

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