Html Css Color HEX #7DC93D Mantis

📋 copy color: '#7DC93D'

red 125 ◦ green 201 ◦ blue 61

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

Shades of Mantis #7DC93D

Tints of Mantis #7DC93D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 51.94%

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

R = 32.3%
G = 51.94%
B = 15.76%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#7DC93D (or 0x7DC93D) is known color: Mantis. HEX triplet: 7D, C9 and 3D. RGB value is (125,201,61). Sum of RGB (Red+Green+Blue) = 125+201+61=387 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.30% from 387); Green value is 201 (78.91% from 255 or 51.94% from 387); Blue value is 61 (24.22% from 255 or 15.76% from 387); Max value from RGB is 201 - color contains mainly: green. Hex color #7DC93D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC93D is #8236C2. Grayscale: #A2A2A2. Windows color (decimal): -8533699 or 4049277. OLE color: 4049277.

HSL color Cylindrical-coordinate representation of color #7DC93D: hue angle of 92.57º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7DC93D is Cyan = 0.38, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 125 201 61 -
CMYK 0.38 0 0.70 0.21
HSL 92.57º 0.56% 0.51% -
HSV(B) 92.57º 0.7% 0.79% -
XYZ 30.19 46.47 11.79 -
YUV 162.32 70.82 101.38 -
System Red Green Blue C M Y K H S L
Decimal 125 201 61 0.38 0 0.70 0.21 92.57 0.56 0.51
Hex 7D C9 3D 26 0 46 15 5D 38 33
Octal 175 311 75 46 0 106 25 135 70 63
Binary 1111101 11001001 111101 100110 0 1000110 10101 1011101 111000 110011

Color Harmonies of #7DC93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC93D

Black with #7DC93D

Text Example


Text Example

White with #7DC93D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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