Html Css Color HEX #7DCD4A Mantis

📋 copy color: '#7DCD4A'

red 125 ◦ green 205 ◦ blue 74

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

Shades of Mantis #7DCD4A

Tints of Mantis #7DCD4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.32%

R = 30.94%
G = 50.74%
B = 18.32%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#7DCD4A (or 0x7DCD4A) is known color: Mantis. HEX triplet: 7D, CD and 4A. RGB value is (125,205,74). Sum of RGB (Red+Green+Blue) = 125+205+74=404 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.94% from 404); Green value is 205 (80.47% from 255 or 50.74% from 404); Blue value is 74 (29.30% from 255 or 18.32% from 404); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCD4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DCD4A is #8232B5. Grayscale: #A6A6A6. Windows color (decimal): -8532662 or 4902269. OLE color: 4902269.

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

Color convert

RGB 125 205 74 -
CMYK 0.39 0 0.64 0.20
HSL 96.64º 0.57% 0.55% -
HSV(B) 96.64º 0.64% 0.8% -
XYZ 31.52 48.52 14.18 -
YUV 166.15 76 98.65 -
System Red Green Blue C M Y K H S L
Decimal 125 205 74 0.39 0 0.64 0.20 96.64 0.57 0.55
Hex 7D CD 4A 27 0 40 14 61 39 37
Octal 175 315 112 47 0 100 24 141 71 67
Binary 1111101 11001101 1001010 100111 0 1000000 10100 1100001 111001 110111

Color Harmonies of #7DCD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCD4A

Black with #7DCD4A

Text Example


Text Example

White with #7DCD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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