#79B600

Color #79B600 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #79B600

Tints of Christi #79B600

Color information

#79B600 (or 0x79B600) is unknown color: approx Christi. HEX triplet: 79, B6 and 00. RGB value is (121,182,0). Sum of RGB (Red+Green+Blue) = 121+182+0=303 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.93% from 303); Green value is 182 (71.48% from 255 or 60.07% from 303); Blue value is 0 (0.39% from 255 or 0% from 303); Max value from RGB is 182 - color contains mainly: green. Hex color #79B600 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #79B600 is #8649FF. Grayscale: #8F8F8F. Windows color (decimal): -8800768 or 46713. OLE color: 46713.

HSL color Cylindrical-coordinate representation of color #79B600: hue angle of 80.11º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #79B600 is Cyan = 0.34, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB1211820-
CMYK0.34010.29
HSL80.11º100%35.69%-
HSV(B)80.11º100%71.37%-
XYZ24.6137.525.95-
YUV143.0147.29112.3-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.93%
GREEN value IS 182 (71.48% from 255) = 60.07%
BLUE value IS 0 (0.39% from 255) = 0%
R=39.93%
G=60.07%
B=0%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal12118200.34010.2980.1110035.69
Hex79B60220641D506424
Octal17126604201443512014444
Binary1111001101101100100010011001001110110100001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79B600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #79B600;
 }
 .AnyTagClassName
 {
   color: #79B600;
 }
</style>
background-color css

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

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

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

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

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

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