Html Css Color HEX #7DCC40 Mantis

📋 copy color: '#7DCC40'

red 125 ◦ green 204 ◦ blue 64

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

Shades of Mantis #7DCC40

Tints of Mantis #7DCC40

RGB

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

 GREEN value IS 204 (80.08% from 255) = 51.91%

 BLUE value IS 64 (25.39% from 255) = 16.28%

R = 31.81%
G = 51.91%
B = 16.28%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#7DCC40 (or 0x7DCC40) is known color: Mantis. HEX triplet: 7D, CC and 40. RGB value is (125,204,64). Sum of RGB (Red+Green+Blue) = 125+204+64=393 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.81% from 393); Green value is 204 (80.08% from 255 or 51.91% from 393); Blue value is 64 (25.39% from 255 or 16.28% from 393); Max value from RGB is 204 - color contains mainly: green. Hex color #7DCC40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DCC40 is #8233BF. Grayscale: #A4A4A4. Windows color (decimal): -8532928 or 4246653. OLE color: 4246653.

HSL color Cylindrical-coordinate representation of color #7DCC40: hue angle of 93.86º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7DCC40 is Cyan = 0.39, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.2.

Color convert

RGB 125 204 64 -
CMYK 0.39 0 0.69 0.2
HSL 93.86º 0.58% 0.53% -
HSV(B) 93.86º 0.69% 0.8% -
XYZ 30.98 47.92 12.47 -
YUV 164.42 71.33 99.88 -
System Red Green Blue C M Y K H S L
Decimal 125 204 64 0.39 0 0.69 0.2 93.86 0.58 0.53
Hex 7D CC 40 27 0 45 14 5E 3A 35
Octal 175 314 100 47 0 105 24 136 72 65
Binary 1111101 11001100 1000000 100111 0 1000101 10100 1011110 111010 110101

Color Harmonies of #7DCC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCC40

Black with #7DCC40

Text Example


Text Example

White with #7DCC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,204,64); }

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

background-color css

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

 a { background-color: rgb(125,204,64); }

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

border-color css

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

 span { border-color: rgb(125,204,64); }

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