Html Css Color HEX #7DCF49 Mantis

📋 copy color: '#7DCF49'

red 125 ◦ green 207 ◦ blue 73

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

Shades of Mantis #7DCF49

Tints of Mantis #7DCF49

RGB

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

 GREEN value IS 207 (81.25% from 255) = 51.11%

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

R = 30.86%
G = 51.11%
B = 18.02%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#7DCF49 (or 0x7DCF49) is known color: Mantis. HEX triplet: 7D, CF and 49. RGB value is (125,207,73). Sum of RGB (Red+Green+Blue) = 125+207+73=405 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.86% from 405); Green value is 207 (81.25% from 255 or 51.11% from 405); Blue value is 73 (28.91% from 255 or 18.02% from 405); Max value from RGB is 207 - color contains mainly: green. Hex color #7DCF49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DCF49 is #8230B6. Grayscale: #A7A7A7. Windows color (decimal): -8532151 or 4837245. OLE color: 4837245.

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

Color convert

RGB 125 207 73 -
CMYK 0.40 0 0.65 0.19
HSL 96.72º 0.58% 0.55% -
HSV(B) 96.72º 0.65% 0.81% -
XYZ 31.97 49.47 14.17 -
YUV 167.21 74.83 97.9 -
System Red Green Blue C M Y K H S L
Decimal 125 207 73 0.40 0 0.65 0.19 96.72 0.58 0.55
Hex 7D CF 49 28 0 41 13 61 3A 37
Octal 175 317 111 50 0 101 23 141 72 67
Binary 1111101 11001111 1001001 101000 0 1000001 10011 1100001 111010 110111

Color Harmonies of #7DCF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCF49

Black with #7DCF49

Text Example


Text Example

White with #7DCF49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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