Html Css Color HEX #7DCD50 Mantis

📋 copy color: '#7DCD50'

red 125 ◦ green 205 ◦ blue 80

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

Shades of Mantis #7DCD50

Tints of Mantis #7DCD50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.51%

R = 30.49%
G = 50%
B = 19.51%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#7DCD50 (or 0x7DCD50) is known color: Mantis. HEX triplet: 7D, CD and 50. RGB value is (125,205,80). Sum of RGB (Red+Green+Blue) = 125+205+80=410 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.49% from 410); Green value is 205 (80.47% from 255 or 50% from 410); Blue value is 80 (31.64% from 255 or 19.51% from 410); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCD50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCD50 is #8232AF. Grayscale: #A7A7A7. Windows color (decimal): -8532656 or 5295485. OLE color: 5295485.

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

Color convert

RGB 125 205 80 -
CMYK 0.39 0 0.61 0.20
HSL 98.4º 0.56% 0.56% -
HSV(B) 98.4º 0.61% 0.8% -
XYZ 31.74 48.6 15.3 -
YUV 166.83 79 98.16 -
System Red Green Blue C M Y K H S L
Decimal 125 205 80 0.39 0 0.61 0.20 98.4 0.56 0.56
Hex 7D CD 50 27 0 3D 14 62 38 38
Octal 175 315 120 47 0 75 24 142 70 70
Binary 1111101 11001101 1010000 100111 0 111101 10100 1100010 111000 111000

Color Harmonies of #7DCD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCD50

Black with #7DCD50

Text Example


Text Example

White with #7DCD50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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