#7DCE68

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

Shades of Mantis #7DCE68

Tints of Mantis #7DCE68

Color information

#7DCE68 (or 0x7DCE68) is unknown color: approx Mantis. HEX triplet: 7D, CE and 68. RGB value is (125,206,104). Sum of RGB (Red+Green+Blue) = 125+206+104=435 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.74% from 435); Green value is 206 (80.86% from 255 or 47.36% from 435); Blue value is 104 (41.02% from 255 or 23.91% from 435); Max value from RGB is 206 - color contains mainly: green. Hex color #7DCE68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCE68 is #823197. Grayscale: #AAAAAA. Windows color (decimal): -8532376 or 6868605. OLE color: 6868605.

HSL color Cylindrical-coordinate representation of color #7DCE68: hue angle of 107.65º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DCE68 is Cyan = 0.39, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB125206104-
CMYK0.3900.500.19
HSL107.65º51%60.78%-
HSV(B)107.65º49.51%80.78%-
XYZ33.0349.520.91-
YUV170.1590.6695.79-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.74%
GREEN value IS 206 (80.86% from 255) = 47.36%
BLUE value IS 104 (41.02% from 255) = 23.91%
R=28.74%
G=47.36%
B=23.91%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1252061040.3900.500.19107.655160.78
Hex7DCE6827032136c333d
Octal17531615047062231546375
Binary11111011100111011010001001110110010100111101100110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCE68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,206,104); }

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

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

 a { background-color: rgb(125,206,104); }

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

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

 span { border-color: rgb(125,206,104); }

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