#7CBD46

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

Shades of Mantis #7CBD46

Tints of Mantis #7CBD46

Color information

#7CBD46 (or 0x7CBD46) is unknown color: approx Mantis. HEX triplet: 7C, BD and 46. RGB value is (124,189,70). Sum of RGB (Red+Green+Blue) = 124+189+70=383 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.38% from 383); Green value is 189 (74.22% from 255 or 49.35% from 383); Blue value is 70 (27.73% from 255 or 18.28% from 383); Max value from RGB is 189 - color contains mainly: green. Hex color #7CBD46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CBD46 is #8342B9. Grayscale: #9C9C9C. Windows color (decimal): -8602298 or 4636028. OLE color: 4636028.

HSL color Cylindrical-coordinate representation of color #7CBD46: hue angle of 92.77º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7CBD46 is Cyan = 0.34, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB12418970-
CMYK0.3400.630.26
HSL92.77º47.41%50.78%-
HSV(B)92.77º62.96%74.12%-
XYZ27.6241.1212.28-
YUV15679.47105.18-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.38%
GREEN value IS 189 (74.22% from 255) = 49.35%
BLUE value IS 70 (27.73% from 255) = 18.28%
R=32.38%
G=49.35%
B=18.28%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal124189700.3400.630.2692.7747.4150.78
Hex7CBD462203F1A5d2f33
Octal17427510642077321355763
Binary11111001011110110001101000100111111110101011101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBD46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7CBD46; }

 p { color: rgb(124,189,70); }

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

<style>
 a { background-color: #7CBD46; }

 a { background-color: rgb(124,189,70); }

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

<style>
 span { border-color: #7CBD46; }

 span { border-color: rgb(124,189,70); }

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