Html Css Color HEX #7DDE45 Mantis

📋 copy color: '#7DDE45'

red 125 ◦ green 222 ◦ blue 69

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

Shades of Mantis #7DDE45

Tints of Mantis #7DDE45

RGB

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

 GREEN value IS 222 (87.11% from 255) = 53.37%

 BLUE value IS 69 (27.34% from 255) = 16.59%

R = 30.05%
G = 53.37%
B = 16.59%

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

#7DDE45 (or 0x7DDE45) is known color: Mantis. HEX triplet: 7D, DE and 45. RGB value is (125,222,69). Sum of RGB (Red+Green+Blue) = 125+222+69=416 (55% of max value = 765). Red value is 125 (49.22% from 255 or 30.05% from 416); Green value is 222 (87.11% from 255 or 53.37% from 416); Blue value is 69 (27.34% from 255 or 16.59% from 416); Max value from RGB is 222 - color contains mainly: green. Hex color #7DDE45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DDE45 is #8221BA. Grayscale: #B0B0B0. Windows color (decimal): -8528315 or 4578941. OLE color: 4578941.

HSL color Cylindrical-coordinate representation of color #7DDE45: hue angle of 98.04º degrees, saturation: 0.7, 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 #7DDE45 is Cyan = 0.44, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 125 222 69 -
CMYK 0.44 0 0.69 0.13
HSL 98.04º 0.7% 0.57% -
HSV(B) 98.04º 0.69% 0.87% -
XYZ 35.65 57.03 14.76 -
YUV 175.56 67.86 91.94 -
System Red Green Blue C M Y K H S L
Decimal 125 222 69 0.44 0 0.69 0.13 98.04 0.7 0.57
Hex 7D DE 45 2C 0 45 D 62 46 39
Octal 175 336 105 54 0 105 15 142 106 71
Binary 1111101 11011110 1000101 101100 0 1000101 1101 1100010 1000110 111001

Color Harmonies of #7DDE45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDE45

Black with #7DDE45

Text Example


Text Example

White with #7DDE45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,222,69); }

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

background-color css

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

 a { background-color: rgb(125,222,69); }

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

border-color css

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

 span { border-color: rgb(125,222,69); }

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