Html Css Color HEX #7DDB4A Mantis

📋 copy color: '#7DDB4A'

red 125 ◦ green 219 ◦ blue 74

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

Shades of Mantis #7DDB4A

Tints of Mantis #7DDB4A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 52.39%

 BLUE value IS 74 (29.3% from 255) = 17.7%

R = 29.9%
G = 52.39%
B = 17.7%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#7DDB4A (or 0x7DDB4A) is known color: Mantis. HEX triplet: 7D, DB and 4A. RGB value is (125,219,74). Sum of RGB (Red+Green+Blue) = 125+219+74=418 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.90% from 418); Green value is 219 (85.94% from 255 or 52.39% from 418); Blue value is 74 (29.30% from 255 or 17.70% from 418); Max value from RGB is 219 - color contains mainly: green. Hex color #7DDB4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DDB4A is #8224B5. Grayscale: #AEAEAE. Windows color (decimal): -8529078 or 4905853. OLE color: 4905853.

HSL color Cylindrical-coordinate representation of color #7DDB4A: hue angle of 98.9º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7DDB4A is Cyan = 0.43, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 125 219 74 -
CMYK 0.43 0 0.66 0.14
HSL 98.9º 0.67% 0.57% -
HSV(B) 98.9º 0.66% 0.86% -
XYZ 35.03 55.52 15.35 -
YUV 174.36 71.36 92.79 -
System Red Green Blue C M Y K H S L
Decimal 125 219 74 0.43 0 0.66 0.14 98.9 0.67 0.57
Hex 7D DB 4A 2B 0 42 E 63 43 39
Octal 175 333 112 53 0 102 16 143 103 71
Binary 1111101 11011011 1001010 101011 0 1000010 1110 1100011 1000011 111001

Color Harmonies of #7DDB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDB4A

Black with #7DDB4A

Text Example


Text Example

White with #7DDB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,219,74); }

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

background-color css

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

 a { background-color: rgb(125,219,74); }

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

border-color css

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

 span { border-color: rgb(125,219,74); }

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