Html Css Color HEX #7DC14B Mantis

📋 copy color: '#7DC14B'

red 125 ◦ green 193 ◦ blue 75

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

Shades of Mantis #7DC14B

Tints of Mantis #7DC14B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 49.11%

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

R = 31.81%
G = 49.11%
B = 19.08%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#7DC14B (or 0x7DC14B) is known color: Mantis. HEX triplet: 7D, C1 and 4B. RGB value is (125,193,75). Sum of RGB (Red+Green+Blue) = 125+193+75=393 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.81% from 393); Green value is 193 (75.78% from 255 or 49.11% from 393); Blue value is 75 (29.69% from 255 or 19.08% from 393); Max value from RGB is 193 - color contains mainly: green. Hex color #7DC14B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC14B is #823EB4. Grayscale: #9F9F9F. Windows color (decimal): -8535733 or 4964733. OLE color: 4964733.

HSL color Cylindrical-coordinate representation of color #7DC14B: hue angle of 94.58º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7DC14B is Cyan = 0.35, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 125 193 75 -
CMYK 0.35 0 0.61 0.24
HSL 94.58º 0.49% 0.53% -
HSV(B) 94.58º 0.61% 0.76% -
XYZ 28.8 43.01 13.44 -
YUV 159.22 80.47 103.59 -
System Red Green Blue C M Y K H S L
Decimal 125 193 75 0.35 0 0.61 0.24 94.58 0.49 0.53
Hex 7D C1 4B 23 0 3D 18 5F 31 35
Octal 175 301 113 43 0 75 30 137 61 65
Binary 1111101 11000001 1001011 100011 0 111101 11000 1011111 110001 110101

Color Harmonies of #7DC14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC14B

Black with #7DC14B

Text Example


Text Example

White with #7DC14B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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