Html Css Color HEX #7DCD46 Mantis

📋 copy color: '#7DCD46'

red 125 ◦ green 205 ◦ blue 70

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

Shades of Mantis #7DCD46

Tints of Mantis #7DCD46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.5%

R = 31.25%
G = 51.25%
B = 17.5%

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

#7DCD46 (or 0x7DCD46) is known color: Mantis. HEX triplet: 7D, CD and 46. RGB value is (125,205,70). Sum of RGB (Red+Green+Blue) = 125+205+70=400 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.25% from 400); Green value is 205 (80.47% from 255 or 51.25% from 400); Blue value is 70 (27.73% from 255 or 17.5% from 400); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCD46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DCD46 is #8232B9. Grayscale: #A6A6A6. Windows color (decimal): -8532666 or 4640125. OLE color: 4640125.

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

Color convert

RGB 125 205 70 -
CMYK 0.39 0 0.66 0.20
HSL 95.56º 0.57% 0.54% -
HSV(B) 95.56º 0.66% 0.8% -
XYZ 31.39 48.46 13.49 -
YUV 165.69 74 98.98 -
System Red Green Blue C M Y K H S L
Decimal 125 205 70 0.39 0 0.66 0.20 95.56 0.57 0.54
Hex 7D CD 46 27 0 42 14 60 39 36
Octal 175 315 106 47 0 102 24 140 71 66
Binary 1111101 11001101 1000110 100111 0 1000010 10100 1100000 111001 110110

Color Harmonies of #7DCD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCD46

Black with #7DCD46

Text Example


Text Example

White with #7DCD46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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