Html Css Color HEX #7DB452 Mantis

📋 copy color: '#7DB452'

red 125 ◦ green 180 ◦ blue 82

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

Shades of Mantis #7DB452

Tints of Mantis #7DB452

RGB

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

 GREEN value IS 180 (70.7% from 255) = 46.51%

 BLUE value IS 82 (32.42% from 255) = 21.19%

R = 32.3%
G = 46.51%
B = 21.19%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#7DB452 (or 0x7DB452) is known color: Mantis. HEX triplet: 7D, B4 and 52. RGB value is (125,180,82). Sum of RGB (Red+Green+Blue) = 125+180+82=387 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.30% from 387); Green value is 180 (70.70% from 255 or 46.51% from 387); Blue value is 82 (32.42% from 255 or 21.19% from 387); Max value from RGB is 180 - color contains mainly: green. Hex color #7DB452 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB452 is #824BAD. Grayscale: #989898. Windows color (decimal): -8539054 or 5420157. OLE color: 5420157.

HSL color Cylindrical-coordinate representation of color #7DB452: hue angle of 93.67º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7DB452 is Cyan = 0.31, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB 125 180 82 -
CMYK 0.31 0 0.54 0.29
HSL 93.67º 0.4% 0.51% -
HSV(B) 93.67º 0.54% 0.71% -
XYZ 26.3 37.61 13.86 -
YUV 152.38 88.28 108.47 -
System Red Green Blue C M Y K H S L
Decimal 125 180 82 0.31 0 0.54 0.29 93.67 0.4 0.51
Hex 7D B4 52 1F 0 36 1D 5E 28 33
Octal 175 264 122 37 0 66 35 136 50 63
Binary 1111101 10110100 1010010 11111 0 110110 11101 1011110 101000 110011

Color Harmonies of #7DB452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB452

Black with #7DB452

Text Example


Text Example

White with #7DB452

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,180,82); }

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

background-color css

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

 a { background-color: rgb(125,180,82); }

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

border-color css

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

 span { border-color: rgb(125,180,82); }

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