Html Css Color HEX #7DD048 Mantis

📋 copy color: '#7DD048'

red 125 ◦ green 208 ◦ blue 72

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

Shades of Mantis #7DD048

Tints of Mantis #7DD048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.78%

R = 30.86%
G = 51.36%
B = 17.78%

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

#7DD048 (or 0x7DD048) is known color: Mantis. HEX triplet: 7D, D0 and 48. RGB value is (125,208,72). Sum of RGB (Red+Green+Blue) = 125+208+72=405 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.86% from 405); Green value is 208 (81.64% from 255 or 51.36% from 405); Blue value is 72 (28.52% from 255 or 17.78% from 405); Max value from RGB is 208 - color contains mainly: green. Hex color #7DD048 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DD048 is #822FB7. Grayscale: #A8A8A8. Windows color (decimal): -8531896 or 4771965. OLE color: 4771965.

HSL color Cylindrical-coordinate representation of color #7DD048: hue angle of 96.62º degrees, saturation: 0.59, 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 #7DD048 is Cyan = 0.40, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 125 208 72 -
CMYK 0.40 0 0.65 0.18
HSL 96.62º 0.59% 0.55% -
HSV(B) 96.62º 0.65% 0.82% -
XYZ 32.18 49.94 14.07 -
YUV 167.68 74 97.56 -
System Red Green Blue C M Y K H S L
Decimal 125 208 72 0.40 0 0.65 0.18 96.62 0.59 0.55
Hex 7D D0 48 28 0 41 12 61 3B 37
Octal 175 320 110 50 0 101 22 141 73 67
Binary 1111101 11010000 1001000 101000 0 1000001 10010 1100001 111011 110111

Color Harmonies of #7DD048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD048

Black with #7DD048

Text Example


Text Example

White with #7DD048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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