Html Css Color HEX #7DEC4B Mantis

📋 copy color: '#7DEC4B'

red 125 ◦ green 236 ◦ blue 75

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

Shades of Mantis #7DEC4B

Tints of Mantis #7DEC4B

RGB

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

 GREEN value IS 236 (92.58% from 255) = 54.13%

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

R = 28.67%
G = 54.13%
B = 17.2%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#7DEC4B (or 0x7DEC4B) is known color: Mantis. HEX triplet: 7D, EC and 4B. RGB value is (125,236,75). Sum of RGB (Red+Green+Blue) = 125+236+75=436 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.67% from 436); Green value is 236 (92.58% from 255 or 54.13% from 436); Blue value is 75 (29.69% from 255 or 17.20% from 436); Max value from RGB is 236 - color contains mainly: green. Hex color #7DEC4B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7DEC4B is #8213B4. Grayscale: #B8B8B8. Windows color (decimal): -8524725 or 4975741. OLE color: 4975741.

HSL color Cylindrical-coordinate representation of color #7DEC4B: hue angle of 101.37º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7DEC4B is Cyan = 0.47, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 125 236 75 -
CMYK 0.47 0 0.68 0.07
HSL 101.37º 0.81% 0.61% -
HSV(B) 101.37º 0.68% 0.93% -
XYZ 39.72 64.86 17.08 -
YUV 184.46 66.23 85.59 -
System Red Green Blue C M Y K H S L
Decimal 125 236 75 0.47 0 0.68 0.07 101.37 0.81 0.61
Hex 7D EC 4B 2F 0 44 7 65 51 3D
Octal 175 354 113 57 0 104 7 145 121 75
Binary 1111101 11101100 1001011 101111 0 1000100 111 1100101 1010001 111101

Color Harmonies of #7DEC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DEC4B

Black with #7DEC4B

Text Example


Text Example

White with #7DEC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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