Html Css Color HEX #7DD249 Mantis

📋 copy color: '#7DD249'

red 125 ◦ green 210 ◦ blue 73

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

Shades of Mantis #7DD249

Tints of Mantis #7DD249

RGB

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

 GREEN value IS 210 (82.42% from 255) = 51.47%

 BLUE value IS 73 (28.91% from 255) = 17.89%

R = 30.64%
G = 51.47%
B = 17.89%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#7DD249 (or 0x7DD249) is known color: Mantis. HEX triplet: 7D, D2 and 49. RGB value is (125,210,73). Sum of RGB (Red+Green+Blue) = 125+210+73=408 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.64% from 408); Green value is 210 (82.42% from 255 or 51.47% from 408); Blue value is 73 (28.91% from 255 or 17.89% from 408); Max value from RGB is 210 - color contains mainly: green. Hex color #7DD249 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DD249 is #822DB6. Grayscale: #A9A9A9. Windows color (decimal): -8531383 or 4838013. OLE color: 4838013.

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

Color convert

RGB 125 210 73 -
CMYK 0.40 0 0.65 0.18
HSL 97.23º 0.6% 0.55% -
HSV(B) 97.23º 0.65% 0.82% -
XYZ 32.71 50.93 14.41 -
YUV 168.97 73.84 96.64 -
System Red Green Blue C M Y K H S L
Decimal 125 210 73 0.40 0 0.65 0.18 97.23 0.6 0.55
Hex 7D D2 49 28 0 41 12 61 3C 37
Octal 175 322 111 50 0 101 22 141 74 67
Binary 1111101 11010010 1001001 101000 0 1000001 10010 1100001 111100 110111

Color Harmonies of #7DD249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD249

Black with #7DD249

Text Example


Text Example

White with #7DD249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,210,73); }

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

background-color css

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

 a { background-color: rgb(125,210,73); }

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

border-color css

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

 span { border-color: rgb(125,210,73); }

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