Html Css Color HEX #7DB25A Mantis

📋 copy color: '#7DB25A'

red 125 ◦ green 178 ◦ blue 90

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

Shades of Mantis #7DB25A

Tints of Mantis #7DB25A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.9%

R = 31.81%
G = 45.29%
B = 22.9%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#7DB25A (or 0x7DB25A) is known color: Mantis. HEX triplet: 7D, B2 and 5A. RGB value is (125,178,90). Sum of RGB (Red+Green+Blue) = 125+178+90=393 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.81% from 393); Green value is 178 (69.92% from 255 or 45.29% from 393); Blue value is 90 (35.55% from 255 or 22.90% from 393); Max value from RGB is 178 - color contains mainly: green. Hex color #7DB25A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DB25A is #824DA5. Grayscale: #989898. Windows color (decimal): -8539558 or 5943933. OLE color: 5943933.

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

Color convert

RGB 125 178 90 -
CMYK 0.30 0 0.49 0.30
HSL 96.14º 0.36% 0.53% -
HSV(B) 96.14º 0.49% 0.7% -
XYZ 26.22 36.94 15.42 -
YUV 152.12 92.94 108.66 -
System Red Green Blue C M Y K H S L
Decimal 125 178 90 0.30 0 0.49 0.30 96.14 0.36 0.53
Hex 7D B2 5A 1E 0 31 1E 60 24 35
Octal 175 262 132 36 0 61 36 140 44 65
Binary 1111101 10110010 1011010 11110 0 110001 11110 1100000 100100 110101

Color Harmonies of #7DB25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB25A

Black with #7DB25A

Text Example


Text Example

White with #7DB25A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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