Html Css Color HEX #7DD85B Mantis

📋 copy color: '#7DD85B'

red 125 ◦ green 216 ◦ blue 91

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

Shades of Mantis #7DD85B

Tints of Mantis #7DD85B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 50%

 BLUE value IS 91 (35.94% from 255) = 21.06%

R = 28.94%
G = 50%
B = 21.06%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#7DD85B (or 0x7DD85B) is known color: Mantis. HEX triplet: 7D, D8 and 5B. RGB value is (125,216,91). Sum of RGB (Red+Green+Blue) = 125+216+91=432 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.94% from 432); Green value is 216 (84.77% from 255 or 50% from 432); Blue value is 91 (35.94% from 255 or 21.06% from 432); Max value from RGB is 216 - color contains mainly: green. Hex color #7DD85B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD85B is #8227A4. Grayscale: #AEAEAE. Windows color (decimal): -8529829 or 6019197. OLE color: 6019197.

HSL color Cylindrical-coordinate representation of color #7DD85B: hue angle of 103.68º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7DD85B is Cyan = 0.42, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 125 216 91 -
CMYK 0.42 0 0.58 0.15
HSL 103.68º 0.62% 0.6% -
HSV(B) 103.68º 0.58% 0.85% -
XYZ 34.9 54.23 18.52 -
YUV 174.54 80.85 92.66 -
System Red Green Blue C M Y K H S L
Decimal 125 216 91 0.42 0 0.58 0.15 103.68 0.62 0.6
Hex 7D D8 5B 2A 0 3A F 68 3E 3C
Octal 175 330 133 52 0 72 17 150 76 74
Binary 1111101 11011000 1011011 101010 0 111010 1111 1101000 111110 111100

Color Harmonies of #7DD85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD85B

Black with #7DD85B

Text Example


Text Example

White with #7DD85B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,216,91); }

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

background-color css

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

 a { background-color: rgb(125,216,91); }

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

border-color css

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

 span { border-color: rgb(125,216,91); }

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