#7DD65C

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

Shades of Mantis #7DD65C

Tints of Mantis #7DD65C

Color information

#7DD65C (or 0x7DD65C) is unknown color: approx Mantis. HEX triplet: 7D, D6 and 5C. RGB value is (125,214,92). Sum of RGB (Red+Green+Blue) = 125+214+92=431 (57% of max value = 765). Red value is 125 (49.22% from 255 or 29.00% from 431); Green value is 214 (83.98% from 255 or 49.65% from 431); Blue value is 92 (36.33% from 255 or 21.35% from 431); Max value from RGB is 214 - color contains mainly: green. Hex color #7DD65C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD65C is #8229A3. Grayscale: #ADADAD. Windows color (decimal): -8530340 or 6084221. OLE color: 6084221.

HSL color Cylindrical-coordinate representation of color #7DD65C: hue angle of 103.77º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7DD65C is Cyan = 0.42, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB12521492-
CMYK0.4200.570.16
HSL103.77º59.8%60%-
HSV(B)103.77º57.01%83.92%-
XYZ34.4453.2318.58-
YUV173.4882.0193.42-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.00%
GREEN value IS 214 (83.98% from 255) = 49.65%
BLUE value IS 92 (36.33% from 255) = 21.35%
R=29.00%
G=49.65%
B=21.35%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal125214920.4200.570.16103.7759.860
Hex7DD65C2A03910683c3c
Octal17532613452071201507474
Binary11111011101011010111001010100111001100001101000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD65C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,214,92); }

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

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

 a { background-color: rgb(125,214,92); }

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

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

 span { border-color: rgb(125,214,92); }

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