Html Css Color HEX #7DBA51 Mantis

📋 copy color: '#7DBA51'

red 125 ◦ green 186 ◦ blue 81

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

Shades of Mantis #7DBA51

Tints of Mantis #7DBA51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 20.66%

R = 31.89%
G = 47.45%
B = 20.66%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#7DBA51 (or 0x7DBA51) is known color: Mantis. HEX triplet: 7D, BA and 51. RGB value is (125,186,81). Sum of RGB (Red+Green+Blue) = 125+186+81=392 (51% of max value = 765). Red value is 125 (49.22% from 255 or 31.89% from 392); Green value is 186 (73.05% from 255 or 47.45% from 392); Blue value is 81 (32.03% from 255 or 20.66% from 392); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBA51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBA51 is #8245AE. Grayscale: #9C9C9C. Windows color (decimal): -8537519 or 5356157. OLE color: 5356157.

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

Color convert

RGB 125 186 81 -
CMYK 0.33 0 0.56 0.27
HSL 94.86º 0.43% 0.52% -
HSV(B) 94.86º 0.56% 0.73% -
XYZ 27.5 40.07 14.07 -
YUV 155.79 85.79 106.04 -
System Red Green Blue C M Y K H S L
Decimal 125 186 81 0.33 0 0.56 0.27 94.86 0.43 0.52
Hex 7D BA 51 21 0 38 1B 5F 2B 34
Octal 175 272 121 41 0 70 33 137 53 64
Binary 1111101 10111010 1010001 100001 0 111000 11011 1011111 101011 110100

Color Harmonies of #7DBA51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBA51

Black with #7DBA51

Text Example


Text Example

White with #7DBA51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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