Html Css Color HEX #7DB75B Mantis

📋 copy color: '#7DB75B'

red 125 ◦ green 183 ◦ blue 91

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

Shades of Mantis #7DB75B

Tints of Mantis #7DB75B

RGB

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

 GREEN value IS 183 (71.88% from 255) = 45.86%

 BLUE value IS 91 (35.94% from 255) = 22.81%

R = 31.33%
G = 45.86%
B = 22.81%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#7DB75B (or 0x7DB75B) is known color: Mantis. HEX triplet: 7D, B7 and 5B. RGB value is (125,183,91). Sum of RGB (Red+Green+Blue) = 125+183+91=399 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.33% from 399); Green value is 183 (71.88% from 255 or 45.86% from 399); Blue value is 91 (35.94% from 255 or 22.81% from 399); Max value from RGB is 183 - color contains mainly: green. Hex color #7DB75B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB75B is #8248A4. Grayscale: #9B9B9B. Windows color (decimal): -8538277 or 6010749. OLE color: 6010749.

HSL color Cylindrical-coordinate representation of color #7DB75B: hue angle of 97.83º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DB75B is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB 125 183 91 -
CMYK 0.32 0 0.50 0.28
HSL 97.83º 0.39% 0.54% -
HSV(B) 97.83º 0.5% 0.72% -
XYZ 27.28 38.98 15.98 -
YUV 155.17 91.78 106.48 -
System Red Green Blue C M Y K H S L
Decimal 125 183 91 0.32 0 0.50 0.28 97.83 0.39 0.54
Hex 7D B7 5B 20 0 32 1C 62 27 36
Octal 175 267 133 40 0 62 34 142 47 66
Binary 1111101 10110111 1011011 100000 0 110010 11100 1100010 100111 110110

Color Harmonies of #7DB75B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB75B

Black with #7DB75B

Text Example


Text Example

White with #7DB75B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,183,91); }

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

background-color css

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

 a { background-color: rgb(125,183,91); }

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

border-color css

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

 span { border-color: rgb(125,183,91); }

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