Html Css Color HEX #7DCC61 Mantis

📋 copy color: '#7DCC61'

red 125 ◦ green 204 ◦ blue 97

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

Shades of Mantis #7DCC61

Tints of Mantis #7DCC61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 22.77%

R = 29.34%
G = 47.89%
B = 22.77%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#7DCC61 (or 0x7DCC61) is known color: Mantis. HEX triplet: 7D, CC and 61. RGB value is (125,204,97). Sum of RGB (Red+Green+Blue) = 125+204+97=426 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.34% from 426); Green value is 204 (80.08% from 255 or 47.89% from 426); Blue value is 97 (38.28% from 255 or 22.77% from 426); Max value from RGB is 204 - color contains mainly: green. Hex color #7DCC61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCC61 is #82339E. Grayscale: #A8A8A8. Windows color (decimal): -8532895 or 6409341. OLE color: 6409341.

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

Color convert

RGB 125 204 97 -
CMYK 0.39 0 0.52 0.2
HSL 104.3º 0.51% 0.59% -
HSV(B) 104.3º 0.52% 0.8% -
XYZ 32.21 48.41 18.96 -
YUV 168.18 87.83 97.2 -
System Red Green Blue C M Y K H S L
Decimal 125 204 97 0.39 0 0.52 0.2 104.3 0.51 0.59
Hex 7D CC 61 27 0 34 14 68 33 3B
Octal 175 314 141 47 0 64 24 150 63 73
Binary 1111101 11001100 1100001 100111 0 110100 10100 1101000 110011 111011

Color Harmonies of #7DCC61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCC61

Black with #7DCC61

Text Example


Text Example

White with #7DCC61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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