Html Css Color HEX #7DC960 Mantis

📋 copy color: '#7DC960'

red 125 ◦ green 201 ◦ blue 96

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

Shades of Mantis #7DC960

Tints of Mantis #7DC960

RGB

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

 GREEN value IS 201 (78.91% from 255) = 47.63%

 BLUE value IS 96 (37.89% from 255) = 22.75%

R = 29.62%
G = 47.63%
B = 22.75%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#7DC960 (or 0x7DC960) is known color: Mantis. HEX triplet: 7D, C9 and 60. RGB value is (125,201,96). Sum of RGB (Red+Green+Blue) = 125+201+96=422 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.62% from 422); Green value is 201 (78.91% from 255 or 47.63% from 422); Blue value is 96 (37.89% from 255 or 22.75% from 422); Max value from RGB is 201 - color contains mainly: green. Hex color #7DC960 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC960 is #82369F. Grayscale: #A6A6A6. Windows color (decimal): -8533664 or 6343037. OLE color: 6343037.

HSL color Cylindrical-coordinate representation of color #7DC960: hue angle of 103.43º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7DC960 is Cyan = 0.38, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB 125 201 96 -
CMYK 0.38 0 0.52 0.21
HSL 103.43º 0.49% 0.58% -
HSV(B) 103.43º 0.52% 0.79% -
XYZ 31.46 46.98 18.48 -
YUV 166.31 88.32 98.54 -
System Red Green Blue C M Y K H S L
Decimal 125 201 96 0.38 0 0.52 0.21 103.43 0.49 0.58
Hex 7D C9 60 26 0 34 15 67 31 3A
Octal 175 311 140 46 0 64 25 147 61 72
Binary 1111101 11001001 1100000 100110 0 110100 10101 1100111 110001 111010

Color Harmonies of #7DC960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC960

Black with #7DC960

Text Example


Text Example

White with #7DC960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,201,96); }

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

background-color css

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

 a { background-color: rgb(125,201,96); }

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

border-color css

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

 span { border-color: rgb(125,201,96); }

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