Html Css Color HEX #7DBA41 Mantis

📋 copy color: '#7DBA41'

red 125 ◦ green 186 ◦ blue 65

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

Shades of Mantis #7DBA41

Tints of Mantis #7DBA41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.29%

R = 33.24%
G = 49.47%
B = 17.29%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#7DBA41 (or 0x7DBA41) is known color: Mantis. HEX triplet: 7D, BA and 41. RGB value is (125,186,65). Sum of RGB (Red+Green+Blue) = 125+186+65=376 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.24% from 376); Green value is 186 (73.05% from 255 or 49.47% from 376); Blue value is 65 (25.78% from 255 or 17.29% from 376); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBA41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBA41 is #8245BE. Grayscale: #9A9A9A. Windows color (decimal): -8537535 or 4307581. OLE color: 4307581.

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

Color convert

RGB 125 186 65 -
CMYK 0.33 0 0.65 0.27
HSL 90.25º 0.48% 0.49% -
HSV(B) 90.25º 0.65% 0.73% -
XYZ 26.97 39.86 11.27 -
YUV 153.97 77.79 107.34 -
System Red Green Blue C M Y K H S L
Decimal 125 186 65 0.33 0 0.65 0.27 90.25 0.48 0.49
Hex 7D BA 41 21 0 41 1B 5A 30 31
Octal 175 272 101 41 0 101 33 132 60 61
Binary 1111101 10111010 1000001 100001 0 1000001 11011 1011010 110000 110001

Color Harmonies of #7DBA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBA41

Black with #7DBA41

Text Example


Text Example

White with #7DBA41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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