Html Css Color HEX #7DCD40 Mantis

📋 copy color: '#7DCD40'

red 125 ◦ green 205 ◦ blue 64

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

Shades of Mantis #7DCD40

Tints of Mantis #7DCD40

RGB

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

 GREEN value IS 205 (80.47% from 255) = 52.03%

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

R = 31.73%
G = 52.03%
B = 16.24%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#7DCD40 (or 0x7DCD40) is known color: Mantis. HEX triplet: 7D, CD and 40. RGB value is (125,205,64). Sum of RGB (Red+Green+Blue) = 125+205+64=394 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.73% from 394); Green value is 205 (80.47% from 255 or 52.03% from 394); Blue value is 64 (25.39% from 255 or 16.24% from 394); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCD40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DCD40 is #8232BF. Grayscale: #A5A5A5. Windows color (decimal): -8532672 or 4246909. OLE color: 4246909.

HSL color Cylindrical-coordinate representation of color #7DCD40: hue angle of 94.04º degrees, saturation: 0.59, 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 #7DCD40 is Cyan = 0.39, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB 125 205 64 -
CMYK 0.39 0 0.69 0.20
HSL 94.04º 0.59% 0.53% -
HSV(B) 94.04º 0.69% 0.8% -
XYZ 31.21 48.39 12.55 -
YUV 165.01 71 99.46 -
System Red Green Blue C M Y K H S L
Decimal 125 205 64 0.39 0 0.69 0.20 94.04 0.59 0.53
Hex 7D CD 40 27 0 45 14 5E 3B 35
Octal 175 315 100 47 0 105 24 136 73 65
Binary 1111101 11001101 1000000 100111 0 1000101 10100 1011110 111011 110101

Color Harmonies of #7DCD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCD40

Black with #7DCD40

Text Example


Text Example

White with #7DCD40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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