Html Css Color HEX #7DCC45 Mantis

📋 copy color: '#7DCC45'

red 125 ◦ green 204 ◦ blue 69

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

Shades of Mantis #7DCC45

Tints of Mantis #7DCC45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.34%

R = 31.41%
G = 51.26%
B = 17.34%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#7DCC45 (or 0x7DCC45) is known color: Mantis. HEX triplet: 7D, CC and 45. RGB value is (125,204,69). Sum of RGB (Red+Green+Blue) = 125+204+69=398 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.41% from 398); Green value is 204 (80.08% from 255 or 51.26% from 398); Blue value is 69 (27.34% from 255 or 17.34% from 398); Max value from RGB is 204 - color contains mainly: green. Hex color #7DCC45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DCC45 is #8233BA. Grayscale: #A5A5A5. Windows color (decimal): -8532923 or 4574333. OLE color: 4574333.

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

Color convert

RGB 125 204 69 -
CMYK 0.39 0 0.66 0.2
HSL 95.11º 0.57% 0.54% -
HSV(B) 95.11º 0.66% 0.8% -
XYZ 31.12 47.98 13.25 -
YUV 164.99 73.83 99.48 -
System Red Green Blue C M Y K H S L
Decimal 125 204 69 0.39 0 0.66 0.2 95.11 0.57 0.54
Hex 7D CC 45 27 0 42 14 5F 39 36
Octal 175 314 105 47 0 102 24 137 71 66
Binary 1111101 11001100 1000101 100111 0 1000010 10100 1011111 111001 110110

Color Harmonies of #7DCC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCC45

Black with #7DCC45

Text Example


Text Example

White with #7DCC45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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