Html Css Color HEX #7DCD6A Mantis

📋 copy color: '#7DCD6A'

red 125 ◦ green 205 ◦ blue 106

#7DCD6A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mantis #7DCD6A

Tints of Mantis #7DCD6A

RGB

 RED value IS 125 (49.22% from 255) = 28.67%

 GREEN value IS 205 (80.47% from 255) = 47.02%

 BLUE value IS 106 (41.8% from 255) = 24.31%

R = 28.67%
G = 47.02%
B = 24.31%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#7DCD6A (or 0x7DCD6A) is known color: Mantis. HEX triplet: 7D, CD and 6A. RGB value is (125,205,106). Sum of RGB (Red+Green+Blue) = 125+205+106=436 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.67% from 436); Green value is 205 (80.47% from 255 or 47.02% from 436); Blue value is 106 (41.80% from 255 or 24.31% from 436); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCD6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCD6A is #823295. Grayscale: #AAAAAA. Windows color (decimal): -8532630 or 6999421. OLE color: 6999421.

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

Color convert

RGB 125 205 106 -
CMYK 0.39 0 0.48 0.20
HSL 108.48º 0.5% 0.61% -
HSV(B) 108.48º 0.48% 0.8% -
XYZ 32.89 49.06 21.37 -
YUV 169.79 92 96.05 -
System Red Green Blue C M Y K H S L
Decimal 125 205 106 0.39 0 0.48 0.20 108.48 0.5 0.61
Hex 7D CD 6A 27 0 30 14 6C 32 3D
Octal 175 315 152 47 0 60 24 154 62 75
Binary 1111101 11001101 1101010 100111 0 110000 10100 1101100 110010 111101

Color Harmonies of #7DCD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCD6A

Black with #7DCD6A

Text Example


Text Example

White with #7DCD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7DCD6A;
 }
 .AnyTagClassName
 {
   color: #7DCD6A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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