#7BC264

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

Shades of Mantis #7BC264

Tints of Mantis #7BC264

Color information

#7BC264 (or 0x7BC264) is unknown color: approx Mantis. HEX triplet: 7B, C2 and 64. RGB value is (123,194,100). Sum of RGB (Red+Green+Blue) = 123+194+100=417 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.50% from 417); Green value is 194 (76.17% from 255 or 46.52% from 417); Blue value is 100 (39.45% from 255 or 23.98% from 417); Max value from RGB is 194 - color contains mainly: green. Hex color #7BC264 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BC264 is #843D9B. Grayscale: #A2A2A2. Windows color (decimal): -8666524 or 6603387. OLE color: 6603387.

HSL color Cylindrical-coordinate representation of color #7BC264: hue angle of 105.32º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7BC264 is Cyan = 0.37, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB123194100-
CMYK0.3700.480.24
HSL105.32º43.52%57.65%-
HSV(B)105.32º48.45%76.08%-
XYZ29.7643.7118.93-
YUV162.0692.98100.14-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.50%
GREEN value IS 194 (76.17% from 255) = 46.52%
BLUE value IS 100 (39.45% from 255) = 23.98%
R=29.50%
G=46.52%
B=23.98%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1231941000.3700.480.24105.3243.5257.65
Hex7BC2642503018692c3a
Octal17330214445060301515472
Binary11110111100001011001001001010110000110001101001101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BC264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,194,100); }

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

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

 a { background-color: rgb(123,194,100); }

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

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

 span { border-color: rgb(123,194,100); }

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