#79C002

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

Shades of Christi #79C002

Tints of Christi #79C002

Color information

#79C002 (or 0x79C002) is unknown color: approx Christi. HEX triplet: 79, C0 and 02. RGB value is (121,192,2). Sum of RGB (Red+Green+Blue) = 121+192+2=315 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.41% from 315); Green value is 192 (75.39% from 255 or 60.95% from 315); Blue value is 2 (1.17% from 255 or 0.63% from 315); Max value from RGB is 192 - color contains mainly: green. Hex color #79C002 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #79C002 is #863FFD. Grayscale: #959595. Windows color (decimal): -8798206 or 180345. OLE color: 180345.

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

Color convert

RGB1211922-
CMYK0.3700.990.25
HSL82.42º97.94%38.04%-
HSV(B)82.42º98.96%75.29%-
XYZ26.7541.776.71-
YUV149.1144.98107.95-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.41%
GREEN value IS 192 (75.39% from 255) = 60.95%
BLUE value IS 2 (1.17% from 255) = 0.63%
R=38.41%
G=60.95%
B=0.63%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal12119220.3700.990.2582.4297.9438.04
Hex79C022506319526226
Octal17130024501433112214246
Binary11110011100000010100101011000111100110100101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79C002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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