Html Css Color HEX #7DCC43 Mantis

📋 copy color: '#7DCC43'

red 125 ◦ green 204 ◦ blue 67

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

Shades of Mantis #7DCC43

Tints of Mantis #7DCC43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 16.92%

R = 31.57%
G = 51.52%
B = 16.92%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#7DCC43 (or 0x7DCC43) is known color: Mantis. HEX triplet: 7D, CC and 43. RGB value is (125,204,67). Sum of RGB (Red+Green+Blue) = 125+204+67=396 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.57% from 396); Green value is 204 (80.08% from 255 or 51.52% from 396); Blue value is 67 (26.56% from 255 or 16.92% from 396); Max value from RGB is 204 - color contains mainly: green. Hex color #7DCC43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DCC43 is #8233BC. Grayscale: #A5A5A5. Windows color (decimal): -8532925 or 4443261. OLE color: 4443261.

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

Color convert

RGB 125 204 67 -
CMYK 0.39 0 0.67 0.2
HSL 94.6º 0.57% 0.53% -
HSV(B) 94.6º 0.67% 0.8% -
XYZ 31.06 47.95 12.93 -
YUV 164.76 72.83 99.64 -
System Red Green Blue C M Y K H S L
Decimal 125 204 67 0.39 0 0.67 0.2 94.6 0.57 0.53
Hex 7D CC 43 27 0 43 14 5F 39 35
Octal 175 314 103 47 0 103 24 137 71 65
Binary 1111101 11001100 1000011 100111 0 1000011 10100 1011111 111001 110101

Color Harmonies of #7DCC43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCC43

Black with #7DCC43

Text Example


Text Example

White with #7DCC43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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