Html Css Color HEX #7DB75F Mantis

📋 copy color: '#7DB75F'

red 125 ◦ green 183 ◦ blue 95

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

Shades of Mantis #7DB75F

Tints of Mantis #7DB75F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.57%

R = 31.02%
G = 45.41%
B = 23.57%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#7DB75F (or 0x7DB75F) is known color: Mantis. HEX triplet: 7D, B7 and 5F. RGB value is (125,183,95). Sum of RGB (Red+Green+Blue) = 125+183+95=403 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.02% from 403); Green value is 183 (71.88% from 255 or 45.41% from 403); Blue value is 95 (37.5% from 255 or 23.57% from 403); Max value from RGB is 183 - color contains mainly: green. Hex color #7DB75F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB75F is #8248A0. Grayscale: #9B9B9B. Windows color (decimal): -8538273 or 6272893. OLE color: 6272893.

HSL color Cylindrical-coordinate representation of color #7DB75F: hue angle of 99.55º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DB75F is Cyan = 0.32, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB 125 183 95 -
CMYK 0.32 0 0.48 0.28
HSL 99.55º 0.38% 0.55% -
HSV(B) 99.55º 0.48% 0.72% -
XYZ 27.46 39.05 16.92 -
YUV 155.63 93.78 106.16 -
System Red Green Blue C M Y K H S L
Decimal 125 183 95 0.32 0 0.48 0.28 99.55 0.38 0.55
Hex 7D B7 5F 20 0 30 1C 64 26 37
Octal 175 267 137 40 0 60 34 144 46 67
Binary 1111101 10110111 1011111 100000 0 110000 11100 1100100 100110 110111

Color Harmonies of #7DB75F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB75F

Black with #7DB75F

Text Example


Text Example

White with #7DB75F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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