Html Css Color HEX #7DDB61 Mantis

📋 copy color: '#7DDB61'

red 125 ◦ green 219 ◦ blue 97

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

Shades of Mantis #7DDB61

Tints of Mantis #7DDB61

RGB

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

 GREEN value IS 219 (85.94% from 255) = 49.66%

 BLUE value IS 97 (38.28% from 255) = 22%

R = 28.34%
G = 49.66%
B = 22%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#7DDB61 (or 0x7DDB61) is known color: Mantis. HEX triplet: 7D, DB and 61. RGB value is (125,219,97). Sum of RGB (Red+Green+Blue) = 125+219+97=441 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.34% from 441); Green value is 219 (85.94% from 255 or 49.66% from 441); Blue value is 97 (38.28% from 255 or 22.00% from 441); Max value from RGB is 219 - color contains mainly: green. Hex color #7DDB61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDB61 is #82249E. Grayscale: #B1B1B1. Windows color (decimal): -8529055 or 6413181. OLE color: 6413181.

HSL color Cylindrical-coordinate representation of color #7DDB61: hue angle of 106.23º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7DDB61 is Cyan = 0.43, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 125 219 97 -
CMYK 0.43 0 0.56 0.14
HSL 106.23º 0.63% 0.62% -
HSV(B) 106.23º 0.56% 0.86% -
XYZ 35.95 55.89 20.2 -
YUV 176.99 82.86 90.92 -
System Red Green Blue C M Y K H S L
Decimal 125 219 97 0.43 0 0.56 0.14 106.23 0.63 0.62
Hex 7D DB 61 2B 0 38 E 6A 3F 3E
Octal 175 333 141 53 0 70 16 152 77 76
Binary 1111101 11011011 1100001 101011 0 111000 1110 1101010 111111 111110

Color Harmonies of #7DDB61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDB61

Black with #7DDB61

Text Example


Text Example

White with #7DDB61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,219,97); }

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

background-color css

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

 a { background-color: rgb(125,219,97); }

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

border-color css

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

 span { border-color: rgb(125,219,97); }

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