Html Css Color HEX #7DBA56 Mantis

📋 copy color: '#7DBA56'

red 125 ◦ green 186 ◦ blue 86

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

Shades of Mantis #7DBA56

Tints of Mantis #7DBA56

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.85%

 BLUE value IS 86 (33.98% from 255) = 21.66%

R = 31.49%
G = 46.85%
B = 21.66%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#7DBA56 (or 0x7DBA56) is known color: Mantis. HEX triplet: 7D, BA and 56. RGB value is (125,186,86). Sum of RGB (Red+Green+Blue) = 125+186+86=397 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.49% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 86 (33.98% from 255 or 21.66% from 397); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBA56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBA56 is #8245A9. Grayscale: #9C9C9C. Windows color (decimal): -8537514 or 5683837. OLE color: 5683837.

HSL color Cylindrical-coordinate representation of color #7DBA56: hue angle of 96.6º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7DBA56 is Cyan = 0.33, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB 125 186 86 -
CMYK 0.33 0 0.54 0.27
HSL 96.6º 0.42% 0.53% -
HSV(B) 96.6º 0.54% 0.73% -
XYZ 27.7 40.15 15.09 -
YUV 156.36 88.29 105.63 -
System Red Green Blue C M Y K H S L
Decimal 125 186 86 0.33 0 0.54 0.27 96.6 0.42 0.53
Hex 7D BA 56 21 0 36 1B 61 2A 35
Octal 175 272 126 41 0 66 33 141 52 65
Binary 1111101 10111010 1010110 100001 0 110110 11011 1100001 101010 110101

Color Harmonies of #7DBA56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBA56

Black with #7DBA56

Text Example


Text Example

White with #7DBA56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,186,86); }

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

background-color css

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

 a { background-color: rgb(125,186,86); }

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

border-color css

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

 span { border-color: rgb(125,186,86); }

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