Html Css Color HEX #7DCF50 Mantis

📋 copy color: '#7DCF50'

red 125 ◦ green 207 ◦ blue 80

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

Shades of Mantis #7DCF50

Tints of Mantis #7DCF50

RGB

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

 GREEN value IS 207 (81.25% from 255) = 50.24%

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

R = 30.34%
G = 50.24%
B = 19.42%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#7DCF50 (or 0x7DCF50) is known color: Mantis. HEX triplet: 7D, CF and 50. RGB value is (125,207,80). Sum of RGB (Red+Green+Blue) = 125+207+80=412 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.34% from 412); Green value is 207 (81.25% from 255 or 50.24% from 412); Blue value is 80 (31.64% from 255 or 19.42% from 412); Max value from RGB is 207 - color contains mainly: green. Hex color #7DCF50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCF50 is #8230AF. Grayscale: #A8A8A8. Windows color (decimal): -8532144 or 5295997. OLE color: 5295997.

HSL color Cylindrical-coordinate representation of color #7DCF50: hue angle of 98.74º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7DCF50 is Cyan = 0.40, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 207 80 -
CMYK 0.40 0 0.61 0.19
HSL 98.74º 0.57% 0.56% -
HSV(B) 98.74º 0.61% 0.81% -
XYZ 32.22 49.56 15.46 -
YUV 168 78.33 97.33 -
System Red Green Blue C M Y K H S L
Decimal 125 207 80 0.40 0 0.61 0.19 98.74 0.57 0.56
Hex 7D CF 50 28 0 3D 13 63 39 38
Octal 175 317 120 50 0 75 23 143 71 70
Binary 1111101 11001111 1010000 101000 0 111101 10011 1100011 111001 111000

Color Harmonies of #7DCF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCF50

Black with #7DCF50

Text Example


Text Example

White with #7DCF50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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