Html Css Color HEX #7DD85C Mantis

📋 copy color: '#7DD85C'

red 125 ◦ green 216 ◦ blue 92

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

Shades of Mantis #7DD85C

Tints of Mantis #7DD85C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 49.88%

 BLUE value IS 92 (36.33% from 255) = 21.25%

R = 28.87%
G = 49.88%
B = 21.25%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#7DD85C (or 0x7DD85C) is known color: Mantis. HEX triplet: 7D, D8 and 5C. RGB value is (125,216,92). Sum of RGB (Red+Green+Blue) = 125+216+92=433 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.87% from 433); Green value is 216 (84.77% from 255 or 49.88% from 433); Blue value is 92 (36.33% from 255 or 21.25% from 433); Max value from RGB is 216 - color contains mainly: green. Hex color #7DD85C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD85C is #8227A3. Grayscale: #AFAFAF. Windows color (decimal): -8529828 or 6084733. OLE color: 6084733.

HSL color Cylindrical-coordinate representation of color #7DD85C: hue angle of 104.03º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7DD85C is Cyan = 0.42, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 125 216 92 -
CMYK 0.42 0 0.57 0.15
HSL 104.03º 0.61% 0.6% -
HSV(B) 104.03º 0.57% 0.85% -
XYZ 34.95 54.24 18.75 -
YUV 174.66 81.35 92.58 -
System Red Green Blue C M Y K H S L
Decimal 125 216 92 0.42 0 0.57 0.15 104.03 0.61 0.6
Hex 7D D8 5C 2A 0 39 F 68 3D 3C
Octal 175 330 134 52 0 71 17 150 75 74
Binary 1111101 11011000 1011100 101010 0 111001 1111 1101000 111101 111100

Color Harmonies of #7DD85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD85C

Black with #7DD85C

Text Example


Text Example

White with #7DD85C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,216,92); }

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

background-color css

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

 a { background-color: rgb(125,216,92); }

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

border-color css

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

 span { border-color: rgb(125,216,92); }

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