Html Css Color HEX #7DCD48 Mantis

📋 copy color: '#7DCD48'

red 125 ◦ green 205 ◦ blue 72

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

Shades of Mantis #7DCD48

Tints of Mantis #7DCD48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.91%

R = 31.09%
G = 51%
B = 17.91%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#7DCD48 (or 0x7DCD48) is known color: Mantis. HEX triplet: 7D, CD and 48. RGB value is (125,205,72). Sum of RGB (Red+Green+Blue) = 125+205+72=402 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.09% from 402); Green value is 205 (80.47% from 255 or 51.00% from 402); Blue value is 72 (28.52% from 255 or 17.91% from 402); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCD48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DCD48 is #8232B7. Grayscale: #A6A6A6. Windows color (decimal): -8532664 or 4771197. OLE color: 4771197.

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

Color convert

RGB 125 205 72 -
CMYK 0.39 0 0.65 0.20
HSL 96.09º 0.57% 0.54% -
HSV(B) 96.09º 0.65% 0.8% -
XYZ 31.46 48.49 13.83 -
YUV 165.92 75 98.81 -
System Red Green Blue C M Y K H S L
Decimal 125 205 72 0.39 0 0.65 0.20 96.09 0.57 0.54
Hex 7D CD 48 27 0 41 14 60 39 36
Octal 175 315 110 47 0 101 24 140 71 66
Binary 1111101 11001101 1001000 100111 0 1000001 10100 1100000 111001 110110

Color Harmonies of #7DCD48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCD48

Black with #7DCD48

Text Example


Text Example

White with #7DCD48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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