Html Css Color HEX #79C400 Christi

📋 copy color: '#79C400'

red 121 ◦ green 196 ◦ blue 0

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

Shades of Christi #79C400

Tints of Christi #79C400

RGB

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

 GREEN value IS 196 (76.95% from 255) = 61.83%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 38.17%
G = 61.83%
B = 0%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#79C400 (or 0x79C400) is known color: Christi. HEX triplet: 79, C4 and 00. RGB value is (121,196,0). Sum of RGB (Red+Green+Blue) = 121+196+0=317 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.17% from 317); Green value is 196 (76.95% from 255 or 61.83% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 196 - color contains mainly: green. Hex color #79C400 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #79C400 is #863BFF. Grayscale: #979797. Windows color (decimal): -8797184 or 50297. OLE color: 50297.

HSL color Cylindrical-coordinate representation of color #79C400: hue angle of 82.96º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #79C400 is Cyan = 0.38, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.

Color convert

RGB 121 196 0 -
CMYK 0.38 0 1 0.23
HSL 82.96º 1% 0.38% -
HSV(B) 82.96º 1% 0.77% -
XYZ 27.63 43.54 6.95 -
YUV 151.23 42.65 106.44 -
System Red Green Blue C M Y K H S L
Decimal 121 196 0 0.38 0 1 0.23 82.96 1 0.38
Hex 79 C4 0 26 0 64 17 53 64 26
Octal 171 304 0 46 0 144 27 123 144 46
Binary 1111001 11000100 0 100110 0 1100100 10111 1010011 1100100 100110

Color Harmonies of #79C400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79C400

Black with #79C400

Text Example


Text Example

White with #79C400

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,196,0); }

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

background-color css

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

 a { background-color: rgb(121,196,0); }

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

border-color css

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

 span { border-color: rgb(121,196,0); }

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