Html Css Color HEX #7DD95A Mantis

📋 copy color: '#7DD95A'

red 125 ◦ green 217 ◦ blue 90

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

Shades of Mantis #7DD95A

Tints of Mantis #7DD95A

RGB

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

 GREEN value IS 217 (85.16% from 255) = 50.23%

 BLUE value IS 90 (35.55% from 255) = 20.83%

R = 28.94%
G = 50.23%
B = 20.83%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#7DD95A (or 0x7DD95A) is known color: Mantis. HEX triplet: 7D, D9 and 5A. RGB value is (125,217,90). Sum of RGB (Red+Green+Blue) = 125+217+90=432 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.94% from 432); Green value is 217 (85.16% from 255 or 50.23% from 432); Blue value is 90 (35.55% from 255 or 20.83% from 432); Max value from RGB is 217 - color contains mainly: green. Hex color #7DD95A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD95A is #8226A5. Grayscale: #AFAFAF. Windows color (decimal): -8529574 or 5953917. OLE color: 5953917.

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

Color convert

RGB 125 217 90 -
CMYK 0.42 0 0.59 0.15
HSL 103.46º 0.63% 0.6% -
HSV(B) 103.46º 0.59% 0.85% -
XYZ 35.12 54.72 18.38 -
YUV 175.01 80.02 92.33 -
System Red Green Blue C M Y K H S L
Decimal 125 217 90 0.42 0 0.59 0.15 103.46 0.63 0.6
Hex 7D D9 5A 2A 0 3B F 67 3F 3C
Octal 175 331 132 52 0 73 17 147 77 74
Binary 1111101 11011001 1011010 101010 0 111011 1111 1100111 111111 111100

Color Harmonies of #7DD95A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD95A

Black with #7DD95A

Text Example


Text Example

White with #7DD95A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,217,90); }

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

background-color css

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

 a { background-color: rgb(125,217,90); }

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

border-color css

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

 span { border-color: rgb(125,217,90); }

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