Html Css Color HEX #7DCD45 Mantis

📋 copy color: '#7DCD45'

red 125 ◦ green 205 ◦ blue 69

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

Shades of Mantis #7DCD45

Tints of Mantis #7DCD45

RGB

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

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

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

R = 31.33%
G = 51.38%
B = 17.29%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#7DCD45 (or 0x7DCD45) is known color: Mantis. HEX triplet: 7D, CD and 45. RGB value is (125,205,69). Sum of RGB (Red+Green+Blue) = 125+205+69=399 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.33% from 399); Green value is 205 (80.47% from 255 or 51.38% from 399); Blue value is 69 (27.34% from 255 or 17.29% from 399); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCD45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DCD45 is #8232BA. Grayscale: #A6A6A6. Windows color (decimal): -8532667 or 4574589. OLE color: 4574589.

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

Color convert

RGB 125 205 69 -
CMYK 0.39 0 0.66 0.20
HSL 95.29º 0.58% 0.54% -
HSV(B) 95.29º 0.66% 0.8% -
XYZ 31.36 48.45 13.33 -
YUV 165.58 73.5 99.06 -
System Red Green Blue C M Y K H S L
Decimal 125 205 69 0.39 0 0.66 0.20 95.29 0.58 0.54
Hex 7D CD 45 27 0 42 14 5F 3A 36
Octal 175 315 105 47 0 102 24 137 72 66
Binary 1111101 11001101 1000101 100111 0 1000010 10100 1011111 111010 110110

Color Harmonies of #7DCD45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCD45

Black with #7DCD45

Text Example


Text Example

White with #7DCD45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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