Html Css Color HEX #7DD34B Mantis

📋 copy color: '#7DD34B'

red 125 ◦ green 211 ◦ blue 75

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

Shades of Mantis #7DD34B

Tints of Mantis #7DD34B

RGB

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

 GREEN value IS 211 (82.81% from 255) = 51.34%

 BLUE value IS 75 (29.69% from 255) = 18.25%

R = 30.41%
G = 51.34%
B = 18.25%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#7DD34B (or 0x7DD34B) is known color: Mantis. HEX triplet: 7D, D3 and 4B. RGB value is (125,211,75). Sum of RGB (Red+Green+Blue) = 125+211+75=411 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.41% from 411); Green value is 211 (82.81% from 255 or 51.34% from 411); Blue value is 75 (29.69% from 255 or 18.25% from 411); Max value from RGB is 211 - color contains mainly: green. Hex color #7DD34B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DD34B is #822CB4. Grayscale: #AAAAAA. Windows color (decimal): -8531125 or 4969341. OLE color: 4969341.

HSL color Cylindrical-coordinate representation of color #7DD34B: hue angle of 97.94º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7DD34B is Cyan = 0.41, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB 125 211 75 -
CMYK 0.41 0 0.64 0.17
HSL 97.94º 0.61% 0.56% -
HSV(B) 97.94º 0.64% 0.83% -
XYZ 33.02 51.46 14.85 -
YUV 169.78 74.51 96.06 -
System Red Green Blue C M Y K H S L
Decimal 125 211 75 0.41 0 0.64 0.17 97.94 0.61 0.56
Hex 7D D3 4B 29 0 40 11 62 3D 38
Octal 175 323 113 51 0 100 21 142 75 70
Binary 1111101 11010011 1001011 101001 0 1000000 10001 1100010 111101 111000

Color Harmonies of #7DD34B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD34B

Black with #7DD34B

Text Example


Text Example

White with #7DD34B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,211,75); }

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

background-color css

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

 a { background-color: rgb(125,211,75); }

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

border-color css

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

 span { border-color: rgb(125,211,75); }

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