Html Css Color HEX #7DC052 Mantis

📋 copy color: '#7DC052'

red 125 ◦ green 192 ◦ blue 82

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

Shades of Mantis #7DC052

Tints of Mantis #7DC052

RGB

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

 GREEN value IS 192 (75.39% from 255) = 48.12%

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

R = 31.33%
G = 48.12%
B = 20.55%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#7DC052 (or 0x7DC052) is known color: Mantis. HEX triplet: 7D, C0 and 52. RGB value is (125,192,82). Sum of RGB (Red+Green+Blue) = 125+192+82=399 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.33% from 399); Green value is 192 (75.39% from 255 or 48.12% from 399); Blue value is 82 (32.42% from 255 or 20.55% from 399); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC052 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC052 is #823FAD. Grayscale: #9F9F9F. Windows color (decimal): -8535982 or 5423229. OLE color: 5423229.

HSL color Cylindrical-coordinate representation of color #7DC052: hue angle of 96.55º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7DC052 is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 125 192 82 -
CMYK 0.35 0 0.57 0.25
HSL 96.55º 0.47% 0.54% -
HSV(B) 96.55º 0.57% 0.75% -
XYZ 28.83 42.67 14.7 -
YUV 159.43 84.3 103.44 -
System Red Green Blue C M Y K H S L
Decimal 125 192 82 0.35 0 0.57 0.25 96.55 0.47 0.54
Hex 7D C0 52 23 0 39 19 61 2F 36
Octal 175 300 122 43 0 71 31 141 57 66
Binary 1111101 11000000 1010010 100011 0 111001 11001 1100001 101111 110110

Color Harmonies of #7DC052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC052

Black with #7DC052

Text Example


Text Example

White with #7DC052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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