#7DCD67

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

Shades of Mantis #7DCD67

Tints of Mantis #7DCD67

Color information

#7DCD67 (or 0x7DCD67) is unknown color: approx Mantis. HEX triplet: 7D, CD and 67. RGB value is (125,205,103). Sum of RGB (Red+Green+Blue) = 125+205+103=433 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.87% from 433); Green value is 205 (80.47% from 255 or 47.34% from 433); Blue value is 103 (40.62% from 255 or 23.79% from 433); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCD67 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCD67 is #823298. Grayscale: #A9A9A9. Windows color (decimal): -8532633 or 6802813. OLE color: 6802813.

HSL color Cylindrical-coordinate representation of color #7DCD67: hue angle of 107.06º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DCD67 is Cyan = 0.39, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB125205103-
CMYK0.3900.500.20
HSL107.06º50.5%60.39%-
HSV(B)107.06º49.76%80.39%-
XYZ32.744920.56-
YUV169.4590.596.29-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.87%
GREEN value IS 205 (80.47% from 255) = 47.34%
BLUE value IS 103 (40.62% from 255) = 23.79%
R=28.87%
G=47.34%
B=23.79%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1252051030.3900.500.20107.0650.560.39
Hex7DCD6727032146b323c
Octal17531514747062241536274
Binary11111011100110111001111001110110010101001101011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCD67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,205,103); }

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

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

 a { background-color: rgb(125,205,103); }

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

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

 span { border-color: rgb(125,205,103); }

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