Html Css Color HEX #79C010 Lima

📋 copy color: '#79C010'

red 121 ◦ green 192 ◦ blue 16

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

Shades of Lima #79C010

Tints of Lima #79C010

RGB

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

 GREEN value IS 192 (75.39% from 255) = 58.36%

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

R = 36.78%
G = 58.36%
B = 4.86%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#79C010 (or 0x79C010) is known color: Lima. HEX triplet: 79, C0 and 10. RGB value is (121,192,16). Sum of RGB (Red+Green+Blue) = 121+192+16=329 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.78% from 329); Green value is 192 (75.39% from 255 or 58.36% from 329); Blue value is 16 (6.64% from 255 or 4.86% from 329); Max value from RGB is 192 - color contains mainly: green. Hex color #79C010 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #79C010 is #863FEF. Grayscale: #979797. Windows color (decimal): -8798192 or 1097849. OLE color: 1097849.

HSL color Cylindrical-coordinate representation of color #79C010: hue angle of 84.2º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #79C010 is Cyan = 0.37, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 121 192 16 -
CMYK 0.37 0 0.92 0.25
HSL 84.2º 0.85% 0.41% -
HSV(B) 84.2º 0.92% 0.75% -
XYZ 26.83 41.8 7.14 -
YUV 150.71 51.98 106.81 -
System Red Green Blue C M Y K H S L
Decimal 121 192 16 0.37 0 0.92 0.25 84.2 0.85 0.41
Hex 79 C0 10 25 0 5C 19 54 55 29
Octal 171 300 20 45 0 134 31 124 125 51
Binary 1111001 11000000 10000 100101 0 1011100 11001 1010100 1010101 101001

Color Harmonies of #79C010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79C010

Black with #79C010

Text Example


Text Example

White with #79C010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,192,16); }

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

background-color css

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

 a { background-color: rgb(121,192,16); }

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

border-color css

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

 span { border-color: rgb(121,192,16); }

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