Html Css Color HEX #7DDF44 Mantis

📋 copy color: '#7DDF44'

red 125 ◦ green 223 ◦ blue 68

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

Shades of Mantis #7DDF44

Tints of Mantis #7DDF44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.35%

R = 30.05%
G = 53.61%
B = 16.35%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#7DDF44 (or 0x7DDF44) is known color: Mantis. HEX triplet: 7D, DF and 44. RGB value is (125,223,68). Sum of RGB (Red+Green+Blue) = 125+223+68=416 (55% of max value = 765). Red value is 125 (49.22% from 255 or 30.05% from 416); Green value is 223 (87.5% from 255 or 53.61% from 416); Blue value is 68 (26.95% from 255 or 16.35% from 416); Max value from RGB is 223 - color contains mainly: green. Hex color #7DDF44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DDF44 is #8220BB. Grayscale: #B0B0B0. Windows color (decimal): -8528060 or 4513661. OLE color: 4513661.

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

Color convert

RGB 125 223 68 -
CMYK 0.44 0 0.70 0.13
HSL 97.94º 0.71% 0.57% -
HSV(B) 97.94º 0.7% 0.87% -
XYZ 35.89 57.55 14.69 -
YUV 176.03 67.03 91.6 -
System Red Green Blue C M Y K H S L
Decimal 125 223 68 0.44 0 0.70 0.13 97.94 0.71 0.57
Hex 7D DF 44 2C 0 46 D 62 47 39
Octal 175 337 104 54 0 106 15 142 107 71
Binary 1111101 11011111 1000100 101100 0 1000110 1101 1100010 1000111 111001

Color Harmonies of #7DDF44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDF44

Black with #7DDF44

Text Example


Text Example

White with #7DDF44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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