#79CF3C

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

Shades of Mantis #79CF3C

Tints of Mantis #79CF3C

Color information

#79CF3C (or 0x79CF3C) is unknown color: approx Mantis. HEX triplet: 79, CF and 3C. RGB value is (121,207,60). Sum of RGB (Red+Green+Blue) = 121+207+60=388 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.19% from 388); Green value is 207 (81.25% from 255 or 53.35% from 388); Blue value is 60 (23.83% from 255 or 15.46% from 388); Max value from RGB is 207 - color contains mainly: green. Hex color #79CF3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #79CF3C is #8630C3. Grayscale: #A5A5A5. Windows color (decimal): -8794308 or 3985273. OLE color: 3985273.

HSL color Cylindrical-coordinate representation of color #79CF3C: hue angle of 95.1º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #79CF3C is Cyan = 0.42, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB12120760-
CMYK0.4200.710.19
HSL95.1º60.49%52.35%-
HSV(B)95.1º71.01%81.18%-
XYZ31.0149.0212.1-
YUV164.5369.0196.95-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.19%
GREEN value IS 207 (81.25% from 255) = 53.35%
BLUE value IS 60 (23.83% from 255) = 15.46%
R=31.19%
G=53.35%
B=15.46%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal121207600.4200.710.1995.160.4952.35
Hex79CF3C2A047135f3c34
Octal17131774520107231377464
Binary11110011100111111110010101001000111100111011111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79CF3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,207,60); }

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

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

 a { background-color: rgb(121,207,60); }

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

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

 span { border-color: rgb(121,207,60); }

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