Html Css Color HEX #7DBB51 Mantis

📋 copy color: '#7DBB51'

red 125 ◦ green 187 ◦ blue 81

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

Shades of Mantis #7DBB51

Tints of Mantis #7DBB51

RGB

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

 GREEN value IS 187 (73.44% from 255) = 47.58%

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

R = 31.81%
G = 47.58%
B = 20.61%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#7DBB51 (or 0x7DBB51) is known color: Mantis. HEX triplet: 7D, BB and 51. RGB value is (125,187,81). Sum of RGB (Red+Green+Blue) = 125+187+81=393 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.81% from 393); Green value is 187 (73.44% from 255 or 47.58% from 393); Blue value is 81 (32.03% from 255 or 20.61% from 393); Max value from RGB is 187 - color contains mainly: green. Hex color #7DBB51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBB51 is #8244AE. Grayscale: #9C9C9C. Windows color (decimal): -8537263 or 5356413. OLE color: 5356413.

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

Color convert

RGB 125 187 81 -
CMYK 0.33 0 0.57 0.27
HSL 95.09º 0.44% 0.53% -
HSV(B) 95.09º 0.57% 0.73% -
XYZ 27.71 40.49 14.14 -
YUV 156.38 85.46 105.62 -
System Red Green Blue C M Y K H S L
Decimal 125 187 81 0.33 0 0.57 0.27 95.09 0.44 0.53
Hex 7D BB 51 21 0 39 1B 5F 2C 35
Octal 175 273 121 41 0 71 33 137 54 65
Binary 1111101 10111011 1010001 100001 0 111001 11011 1011111 101100 110101

Color Harmonies of #7DBB51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBB51

Black with #7DBB51

Text Example


Text Example

White with #7DBB51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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