Html Css Color HEX #7DB655 Mantis

📋 copy color: '#7DB655'

red 125 ◦ green 182 ◦ blue 85

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

Shades of Mantis #7DB655

Tints of Mantis #7DB655

RGB

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

 GREEN value IS 182 (71.48% from 255) = 46.43%

 BLUE value IS 85 (33.59% from 255) = 21.68%

R = 31.89%
G = 46.43%
B = 21.68%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#7DB655 (or 0x7DB655) is known color: Mantis. HEX triplet: 7D, B6 and 55. RGB value is (125,182,85). Sum of RGB (Red+Green+Blue) = 125+182+85=392 (51% of max value = 765). Red value is 125 (49.22% from 255 or 31.89% from 392); Green value is 182 (71.48% from 255 or 46.43% from 392); Blue value is 85 (33.59% from 255 or 21.68% from 392); Max value from RGB is 182 - color contains mainly: green. Hex color #7DB655 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB655 is #8249AA. Grayscale: #9A9A9A. Windows color (decimal): -8538539 or 5617277. OLE color: 5617277.

HSL color Cylindrical-coordinate representation of color #7DB655: hue angle of 95.26º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7DB655 is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB 125 182 85 -
CMYK 0.31 0 0.53 0.29
HSL 95.26º 0.4% 0.52% -
HSV(B) 95.26º 0.53% 0.71% -
XYZ 26.83 38.47 14.61 -
YUV 153.9 89.12 107.39 -
System Red Green Blue C M Y K H S L
Decimal 125 182 85 0.31 0 0.53 0.29 95.26 0.4 0.52
Hex 7D B6 55 1F 0 35 1D 5F 28 34
Octal 175 266 125 37 0 65 35 137 50 64
Binary 1111101 10110110 1010101 11111 0 110101 11101 1011111 101000 110100

Color Harmonies of #7DB655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB655

Black with #7DB655

Text Example


Text Example

White with #7DB655

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,182,85); }

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

background-color css

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

 a { background-color: rgb(125,182,85); }

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

border-color css

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

 span { border-color: rgb(125,182,85); }

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