Html Css Color HEX #7DD552 Mantis

📋 copy color: '#7DD552'

red 125 ◦ green 213 ◦ blue 82

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

Shades of Mantis #7DD552

Tints of Mantis #7DD552

RGB

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

 GREEN value IS 213 (83.59% from 255) = 50.71%

 BLUE value IS 82 (32.42% from 255) = 19.52%

R = 29.76%
G = 50.71%
B = 19.52%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#7DD552 (or 0x7DD552) is known color: Mantis. HEX triplet: 7D, D5 and 52. RGB value is (125,213,82). Sum of RGB (Red+Green+Blue) = 125+213+82=420 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.76% from 420); Green value is 213 (83.59% from 255 or 50.71% from 420); Blue value is 82 (32.42% from 255 or 19.52% from 420); Max value from RGB is 213 - color contains mainly: green. Hex color #7DD552 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD552 is #822AAD. Grayscale: #ACACAC. Windows color (decimal): -8530606 or 5428605. OLE color: 5428605.

HSL color Cylindrical-coordinate representation of color #7DD552: hue angle of 100.31º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7DD552 is Cyan = 0.41, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 125 213 82 -
CMYK 0.41 0 0.62 0.16
HSL 100.31º 0.61% 0.58% -
HSV(B) 100.31º 0.62% 0.84% -
XYZ 33.77 52.56 16.35 -
YUV 171.75 77.35 94.65 -
System Red Green Blue C M Y K H S L
Decimal 125 213 82 0.41 0 0.62 0.16 100.31 0.61 0.58
Hex 7D D5 52 29 0 3E 10 64 3D 3A
Octal 175 325 122 51 0 76 20 144 75 72
Binary 1111101 11010101 1010010 101001 0 111110 10000 1100100 111101 111010

Color Harmonies of #7DD552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD552

Black with #7DD552

Text Example


Text Example

White with #7DD552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,213,82); }

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

background-color css

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

 a { background-color: rgb(125,213,82); }

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

border-color css

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

 span { border-color: rgb(125,213,82); }

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