Html Css Color HEX #7DD33D Mantis

📋 copy color: '#7DD33D'

red 125 ◦ green 211 ◦ blue 61

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

Shades of Mantis #7DD33D

Tints of Mantis #7DD33D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.37%

R = 31.49%
G = 53.15%
B = 15.37%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#7DD33D (or 0x7DD33D) is known color: Mantis. HEX triplet: 7D, D3 and 3D. RGB value is (125,211,61). Sum of RGB (Red+Green+Blue) = 125+211+61=397 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.49% from 397); Green value is 211 (82.81% from 255 or 53.15% from 397); Blue value is 61 (24.22% from 255 or 15.37% from 397); Max value from RGB is 211 - color contains mainly: green. Hex color #7DD33D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DD33D is #822CC2. Grayscale: #A8A8A8. Windows color (decimal): -8531139 or 4051837. OLE color: 4051837.

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

Color convert

RGB 125 211 61 -
CMYK 0.41 0 0.71 0.17
HSL 94.4º 0.63% 0.53% -
HSV(B) 94.4º 0.71% 0.83% -
XYZ 32.59 51.29 12.6 -
YUV 168.19 67.51 97.2 -
System Red Green Blue C M Y K H S L
Decimal 125 211 61 0.41 0 0.71 0.17 94.4 0.63 0.53
Hex 7D D3 3D 29 0 47 11 5E 3F 35
Octal 175 323 75 51 0 107 21 136 77 65
Binary 1111101 11010011 111101 101001 0 1000111 10001 1011110 111111 110101

Color Harmonies of #7DD33D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD33D

Black with #7DD33D

Text Example


Text Example

White with #7DD33D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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