#7BCD60

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

Shades of Mantis #7BCD60

Tints of Mantis #7BCD60

Color information

#7BCD60 (or 0x7BCD60) is unknown color: approx Mantis. HEX triplet: 7B, CD and 60. RGB value is (123,205,96). Sum of RGB (Red+Green+Blue) = 123+205+96=424 (56% of max value = 765). Red value is 123 (48.44% from 255 or 29.01% from 424); Green value is 205 (80.47% from 255 or 48.35% from 424); Blue value is 96 (37.89% from 255 or 22.64% from 424); Max value from RGB is 205 - color contains mainly: green. Hex color #7BCD60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BCD60 is #84329F. Grayscale: #A8A8A8. Windows color (decimal): -8663712 or 6344059. OLE color: 6344059.

HSL color Cylindrical-coordinate representation of color #7BCD60: hue angle of 105.14º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7BCD60 is Cyan = 0.4, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB12320596-
CMYK0.400.530.20
HSL105.14º52.15%59.02%-
HSV(B)105.14º53.17%80.39%-
XYZ32.1148.7218.78-
YUV168.0687.3395.86-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.01%
GREEN value IS 205 (80.47% from 255) = 48.35%
BLUE value IS 96 (37.89% from 255) = 22.64%
R=29.01%
G=48.35%
B=22.64%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal123205960.400.530.20105.1452.1559.02
Hex7BCD60280351469343b
Octal17331514050065241516473
Binary11110111100110111000001010000110101101001101001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BCD60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,205,96); }

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

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

 a { background-color: rgb(123,205,96); }

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

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

 span { border-color: rgb(123,205,96); }

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