Html Css Color HEX #7DDF46 Mantis

📋 copy color: '#7DDF46'

red 125 ◦ green 223 ◦ blue 70

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

Shades of Mantis #7DDF46

Tints of Mantis #7DDF46

RGB

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

 GREEN value IS 223 (87.5% from 255) = 53.35%

 BLUE value IS 70 (27.73% from 255) = 16.75%

R = 29.9%
G = 53.35%
B = 16.75%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#7DDF46 (or 0x7DDF46) is known color: Mantis. HEX triplet: 7D, DF and 46. RGB value is (125,223,70). Sum of RGB (Red+Green+Blue) = 125+223+70=418 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.90% from 418); Green value is 223 (87.5% from 255 or 53.35% from 418); Blue value is 70 (27.73% from 255 or 16.75% from 418); Max value from RGB is 223 - color contains mainly: green. Hex color #7DDF46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DDF46 is #8220B9. Grayscale: #B0B0B0. Windows color (decimal): -8528058 or 4644733. OLE color: 4644733.

HSL color Cylindrical-coordinate representation of color #7DDF46: hue angle of 98.43º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7DDF46 is Cyan = 0.44, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 125 223 70 -
CMYK 0.44 0 0.69 0.13
HSL 98.43º 0.71% 0.57% -
HSV(B) 98.43º 0.69% 0.87% -
XYZ 35.95 57.58 15.01 -
YUV 176.26 68.03 91.44 -
System Red Green Blue C M Y K H S L
Decimal 125 223 70 0.44 0 0.69 0.13 98.43 0.71 0.57
Hex 7D DF 46 2C 0 45 D 62 47 39
Octal 175 337 106 54 0 105 15 142 107 71
Binary 1111101 11011111 1000110 101100 0 1000101 1101 1100010 1000111 111001

Color Harmonies of #7DDF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDF46

Black with #7DDF46

Text Example


Text Example

White with #7DDF46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,223,70); }

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

background-color css

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

 a { background-color: rgb(125,223,70); }

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

border-color css

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

 span { border-color: rgb(125,223,70); }

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