Html Css Color HEX #7DC555 Mantis

📋 copy color: '#7DC555'

red 125 ◦ green 197 ◦ blue 85

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

Shades of Mantis #7DC555

Tints of Mantis #7DC555

RGB

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

 GREEN value IS 197 (77.34% from 255) = 48.4%

 BLUE value IS 85 (33.59% from 255) = 20.88%

R = 30.71%
G = 48.4%
B = 20.88%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#7DC555 (or 0x7DC555) is known color: Mantis. HEX triplet: 7D, C5 and 55. RGB value is (125,197,85). Sum of RGB (Red+Green+Blue) = 125+197+85=407 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.71% from 407); Green value is 197 (77.34% from 255 or 48.40% from 407); Blue value is 85 (33.59% from 255 or 20.88% from 407); Max value from RGB is 197 - color contains mainly: green. Hex color #7DC555 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC555 is #823AAA. Grayscale: #A3A3A3. Windows color (decimal): -8534699 or 5621117. OLE color: 5621117.

HSL color Cylindrical-coordinate representation of color #7DC555: hue angle of 98.57º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7DC555 is Cyan = 0.37, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB 125 197 85 -
CMYK 0.37 0 0.57 0.23
HSL 98.57º 0.49% 0.55% -
HSV(B) 98.57º 0.57% 0.77% -
XYZ 30.06 44.95 15.69 -
YUV 162.7 84.15 101.11 -
System Red Green Blue C M Y K H S L
Decimal 125 197 85 0.37 0 0.57 0.23 98.57 0.49 0.55
Hex 7D C5 55 25 0 39 17 63 31 37
Octal 175 305 125 45 0 71 27 143 61 67
Binary 1111101 11000101 1010101 100101 0 111001 10111 1100011 110001 110111

Color Harmonies of #7DC555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC555

Black with #7DC555

Text Example


Text Example

White with #7DC555

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,197,85); }

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

background-color css

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

 a { background-color: rgb(125,197,85); }

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

border-color css

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

 span { border-color: rgb(125,197,85); }

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