Html Css Color HEX #7DD55B Mantis

📋 copy color: '#7DD55B'

red 125 ◦ green 213 ◦ blue 91

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

Shades of Mantis #7DD55B

Tints of Mantis #7DD55B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 49.65%

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

R = 29.14%
G = 49.65%
B = 21.21%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#7DD55B (or 0x7DD55B) is known color: Mantis. HEX triplet: 7D, D5 and 5B. RGB value is (125,213,91). Sum of RGB (Red+Green+Blue) = 125+213+91=429 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.14% from 429); Green value is 213 (83.59% from 255 or 49.65% from 429); Blue value is 91 (35.94% from 255 or 21.21% from 429); Max value from RGB is 213 - color contains mainly: green. Hex color #7DD55B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD55B is #822AA4. Grayscale: #ADADAD. Windows color (decimal): -8530597 or 6018429. OLE color: 6018429.

HSL color Cylindrical-coordinate representation of color #7DD55B: hue angle of 103.28º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7DD55B is Cyan = 0.41, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 125 213 91 -
CMYK 0.41 0 0.57 0.16
HSL 103.28º 0.59% 0.6% -
HSV(B) 103.28º 0.57% 0.84% -
XYZ 34.14 52.7 18.27 -
YUV 172.78 81.85 93.92 -
System Red Green Blue C M Y K H S L
Decimal 125 213 91 0.41 0 0.57 0.16 103.28 0.59 0.6
Hex 7D D5 5B 29 0 39 10 67 3B 3C
Octal 175 325 133 51 0 71 20 147 73 74
Binary 1111101 11010101 1011011 101001 0 111001 10000 1100111 111011 111100

Color Harmonies of #7DD55B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD55B

Black with #7DD55B

Text Example


Text Example

White with #7DD55B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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