#79C600

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

Shades of Christi #79C600

Tints of Christi #79C600

Color information

#79C600 (or 0x79C600) is unknown color: approx Christi. HEX triplet: 79, C6 and 00. RGB value is (121,198,0). Sum of RGB (Red+Green+Blue) = 121+198+0=319 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.93% from 319); Green value is 198 (77.73% from 255 or 62.07% from 319); Blue value is 0 (0.39% from 255 or 0% from 319); Max value from RGB is 198 - color contains mainly: green. Hex color #79C600 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #79C600 is #8639FF. Grayscale: #999999. Windows color (decimal): -8796672 or 50809. OLE color: 50809.

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

Color convert

RGB1211980-
CMYK0.39010.22
HSL83.33º100%38.82%-
HSV(B)83.33º100%77.65%-
XYZ28.0844.457.1-
YUV152.441.99105.6-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.93%
GREEN value IS 198 (77.73% from 255) = 62.07%
BLUE value IS 0 (0.39% from 255) = 0%
R=37.93%
G=62.07%
B=0%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal12119800.39010.2283.3310038.82
Hex79C602706416536427
Octal17130604701442612314447
Binary1111001110001100100111011001001011010100111100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79C600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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