Html Css Color HEX #7DCD4D Mantis

📋 copy color: '#7DCD4D'

red 125 ◦ green 205 ◦ blue 77

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

Shades of Mantis #7DCD4D

Tints of Mantis #7DCD4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.92%

R = 30.71%
G = 50.37%
B = 18.92%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#7DCD4D (or 0x7DCD4D) is known color: Mantis. HEX triplet: 7D, CD and 4D. RGB value is (125,205,77). Sum of RGB (Red+Green+Blue) = 125+205+77=407 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.71% from 407); Green value is 205 (80.47% from 255 or 50.37% from 407); Blue value is 77 (30.47% from 255 or 18.92% from 407); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCD4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCD4D is #8232B2. Grayscale: #A6A6A6. Windows color (decimal): -8532659 or 5098877. OLE color: 5098877.

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

Color convert

RGB 125 205 77 -
CMYK 0.39 0 0.62 0.20
HSL 97.5º 0.56% 0.55% -
HSV(B) 97.5º 0.62% 0.8% -
XYZ 31.63 48.56 14.73 -
YUV 166.49 77.5 98.41 -
System Red Green Blue C M Y K H S L
Decimal 125 205 77 0.39 0 0.62 0.20 97.5 0.56 0.55
Hex 7D CD 4D 27 0 3E 14 62 38 37
Octal 175 315 115 47 0 76 24 142 70 67
Binary 1111101 11001101 1001101 100111 0 111110 10100 1100010 111000 110111

Color Harmonies of #7DCD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCD4D

Black with #7DCD4D

Text Example


Text Example

White with #7DCD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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