Html Css Color HEX #7DD05C Mantis

📋 copy color: '#7DD05C'

red 125 ◦ green 208 ◦ blue 92

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

Shades of Mantis #7DD05C

Tints of Mantis #7DD05C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 48.94%

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

R = 29.41%
G = 48.94%
B = 21.65%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#7DD05C (or 0x7DD05C) is known color: Mantis. HEX triplet: 7D, D0 and 5C. RGB value is (125,208,92). Sum of RGB (Red+Green+Blue) = 125+208+92=425 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.41% from 425); Green value is 208 (81.64% from 255 or 48.94% from 425); Blue value is 92 (36.33% from 255 or 21.65% from 425); Max value from RGB is 208 - color contains mainly: green. Hex color #7DD05C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD05C is #822FA3. Grayscale: #AAAAAA. Windows color (decimal): -8531876 or 6082685. OLE color: 6082685.

HSL color Cylindrical-coordinate representation of color #7DD05C: hue angle of 102.93º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7DD05C is Cyan = 0.40, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 125 208 92 -
CMYK 0.40 0 0.56 0.18
HSL 102.93º 0.55% 0.59% -
HSV(B) 102.93º 0.56% 0.82% -
XYZ 32.95 50.24 18.09 -
YUV 169.96 84 95.93 -
System Red Green Blue C M Y K H S L
Decimal 125 208 92 0.40 0 0.56 0.18 102.93 0.55 0.59
Hex 7D D0 5C 28 0 38 12 67 37 3B
Octal 175 320 134 50 0 70 22 147 67 73
Binary 1111101 11010000 1011100 101000 0 111000 10010 1100111 110111 111011

Color Harmonies of #7DD05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD05C

Black with #7DD05C

Text Example


Text Example

White with #7DD05C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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