#7CCD65

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

Shades of Mantis #7CCD65

Tints of Mantis #7CCD65

Color information

#7CCD65 (or 0x7CCD65) is unknown color: approx Mantis. HEX triplet: 7C, CD and 65. RGB value is (124,205,101). Sum of RGB (Red+Green+Blue) = 124+205+101=430 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.84% from 430); Green value is 205 (80.47% from 255 or 47.67% from 430); Blue value is 101 (39.84% from 255 or 23.49% from 430); Max value from RGB is 205 - color contains mainly: green. Hex color #7CCD65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CCD65 is #83329A. Grayscale: #A9A9A9. Windows color (decimal): -8598171 or 6671740. OLE color: 6671740.

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

Color convert

RGB124205101-
CMYK0.4000.510.20
HSL106.73º50.98%60%-
HSV(B)106.73º50.73%80.39%-
XYZ32.4948.8920.04-
YUV168.9289.6695.96-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.84%
GREEN value IS 205 (80.47% from 255) = 47.67%
BLUE value IS 101 (39.84% from 255) = 23.49%
R=28.84%
G=47.67%
B=23.49%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1242051010.4000.510.20106.7350.9860
Hex7CCD6528033146b333c
Octal17431514550063241536374
Binary11111001100110111001011010000110011101001101011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CCD65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,205,101); }

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

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

 a { background-color: rgb(124,205,101); }

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

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

 span { border-color: rgb(124,205,101); }

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