Html Css Color HEX #7DC250 Mantis

📋 copy color: '#7DC250'

red 125 ◦ green 194 ◦ blue 80

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

Shades of Mantis #7DC250

Tints of Mantis #7DC250

RGB

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

 GREEN value IS 194 (76.17% from 255) = 48.62%

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

R = 31.33%
G = 48.62%
B = 20.05%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#7DC250 (or 0x7DC250) is known color: Mantis. HEX triplet: 7D, C2 and 50. RGB value is (125,194,80). Sum of RGB (Red+Green+Blue) = 125+194+80=399 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.33% from 399); Green value is 194 (76.17% from 255 or 48.62% from 399); Blue value is 80 (31.64% from 255 or 20.05% from 399); Max value from RGB is 194 - color contains mainly: green. Hex color #7DC250 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC250 is #823DAF. Grayscale: #A0A0A0. Windows color (decimal): -8535472 or 5292669. OLE color: 5292669.

HSL color Cylindrical-coordinate representation of color #7DC250: hue angle of 96.32º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7DC250 is Cyan = 0.36, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 125 194 80 -
CMYK 0.36 0 0.59 0.24
HSL 96.32º 0.48% 0.54% -
HSV(B) 96.32º 0.59% 0.76% -
XYZ 29.2 43.52 14.45 -
YUV 160.37 82.64 102.77 -
System Red Green Blue C M Y K H S L
Decimal 125 194 80 0.36 0 0.59 0.24 96.32 0.48 0.54
Hex 7D C2 50 24 0 3B 18 60 30 36
Octal 175 302 120 44 0 73 30 140 60 66
Binary 1111101 11000010 1010000 100100 0 111011 11000 1100000 110000 110110

Color Harmonies of #7DC250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC250

Black with #7DC250

Text Example


Text Example

White with #7DC250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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