Html Css Color HEX #7DCC41 Mantis

📋 copy color: '#7DCC41'

red 125 ◦ green 204 ◦ blue 65

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

Shades of Mantis #7DCC41

Tints of Mantis #7DCC41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.5%

R = 31.73%
G = 51.78%
B = 16.5%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#7DCC41 (or 0x7DCC41) is known color: Mantis. HEX triplet: 7D, CC and 41. RGB value is (125,204,65). Sum of RGB (Red+Green+Blue) = 125+204+65=394 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.73% from 394); Green value is 204 (80.08% from 255 or 51.78% from 394); Blue value is 65 (25.78% from 255 or 16.50% from 394); Max value from RGB is 204 - color contains mainly: green. Hex color #7DCC41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DCC41 is #8233BE. Grayscale: #A5A5A5. Windows color (decimal): -8532927 or 4312189. OLE color: 4312189.

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

Color convert

RGB 125 204 65 -
CMYK 0.39 0 0.68 0.2
HSL 94.1º 0.58% 0.53% -
HSV(B) 94.1º 0.68% 0.8% -
XYZ 31 47.93 12.62 -
YUV 164.53 71.83 99.8 -
System Red Green Blue C M Y K H S L
Decimal 125 204 65 0.39 0 0.68 0.2 94.1 0.58 0.53
Hex 7D CC 41 27 0 44 14 5E 3A 35
Octal 175 314 101 47 0 104 24 136 72 65
Binary 1111101 11001100 1000001 100111 0 1000100 10100 1011110 111010 110101

Color Harmonies of #7DCC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCC41

Black with #7DCC41

Text Example


Text Example

White with #7DCC41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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