Html Css Color HEX #7DB25D Mantis

📋 copy color: '#7DB25D'

red 125 ◦ green 178 ◦ blue 93

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

Shades of Mantis #7DB25D

Tints of Mantis #7DB25D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.95%

 BLUE value IS 93 (36.72% from 255) = 23.48%

R = 31.57%
G = 44.95%
B = 23.48%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#7DB25D (or 0x7DB25D) is known color: Mantis. HEX triplet: 7D, B2 and 5D. RGB value is (125,178,93). Sum of RGB (Red+Green+Blue) = 125+178+93=396 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.57% from 396); Green value is 178 (69.92% from 255 or 44.95% from 396); Blue value is 93 (36.72% from 255 or 23.48% from 396); Max value from RGB is 178 - color contains mainly: green. Hex color #7DB25D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DB25D is #824DA2. Grayscale: #989898. Windows color (decimal): -8539555 or 6140541. OLE color: 6140541.

HSL color Cylindrical-coordinate representation of color #7DB25D: hue angle of 97.41º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DB25D is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB 125 178 93 -
CMYK 0.30 0 0.48 0.30
HSL 97.41º 0.36% 0.53% -
HSV(B) 97.41º 0.48% 0.7% -
XYZ 26.35 36.99 16.11 -
YUV 152.46 94.44 108.41 -
System Red Green Blue C M Y K H S L
Decimal 125 178 93 0.30 0 0.48 0.30 97.41 0.36 0.53
Hex 7D B2 5D 1E 0 30 1E 61 24 35
Octal 175 262 135 36 0 60 36 141 44 65
Binary 1111101 10110010 1011101 11110 0 110000 11110 1100001 100100 110101

Color Harmonies of #7DB25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB25D

Black with #7DB25D

Text Example


Text Example

White with #7DB25D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,178,93); }

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

background-color css

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

 a { background-color: rgb(125,178,93); }

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

border-color css

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

 span { border-color: rgb(125,178,93); }

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