Html Css Color HEX #7DC65F Mantis

📋 copy color: '#7DC65F'

red 125 ◦ green 198 ◦ blue 95

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

Shades of Mantis #7DC65F

Tints of Mantis #7DC65F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 47.37%

 BLUE value IS 95 (37.5% from 255) = 22.73%

R = 29.9%
G = 47.37%
B = 22.73%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#7DC65F (or 0x7DC65F) is known color: Mantis. HEX triplet: 7D, C6 and 5F. RGB value is (125,198,95). Sum of RGB (Red+Green+Blue) = 125+198+95=418 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.90% from 418); Green value is 198 (77.73% from 255 or 47.37% from 418); Blue value is 95 (37.5% from 255 or 22.73% from 418); Max value from RGB is 198 - color contains mainly: green. Hex color #7DC65F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC65F is #8239A0. Grayscale: #A4A4A4. Windows color (decimal): -8534433 or 6276733. OLE color: 6276733.

HSL color Cylindrical-coordinate representation of color #7DC65F: hue angle of 102.52º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7DC65F is Cyan = 0.37, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 125 198 95 -
CMYK 0.37 0 0.52 0.22
HSL 102.52º 0.47% 0.57% -
HSV(B) 102.52º 0.52% 0.78% -
XYZ 30.72 45.57 18 -
YUV 164.43 88.82 99.88 -
System Red Green Blue C M Y K H S L
Decimal 125 198 95 0.37 0 0.52 0.22 102.52 0.47 0.57
Hex 7D C6 5F 25 0 34 16 67 2F 39
Octal 175 306 137 45 0 64 26 147 57 71
Binary 1111101 11000110 1011111 100101 0 110100 10110 1100111 101111 111001

Color Harmonies of #7DC65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC65F

Black with #7DC65F

Text Example


Text Example

White with #7DC65F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,198,95); }

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

background-color css

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

 a { background-color: rgb(125,198,95); }

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

border-color css

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

 span { border-color: rgb(125,198,95); }

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