Html Css Color HEX #7DD35F Mantis

📋 copy color: '#7DD35F'

red 125 ◦ green 211 ◦ blue 95

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

Shades of Mantis #7DD35F

Tints of Mantis #7DD35F

RGB

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

 GREEN value IS 211 (82.81% from 255) = 48.96%

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

R = 29%
G = 48.96%
B = 22.04%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#7DD35F (or 0x7DD35F) is known color: Mantis. HEX triplet: 7D, D3 and 5F. RGB value is (125,211,95). Sum of RGB (Red+Green+Blue) = 125+211+95=431 (57% of max value = 765). Red value is 125 (49.22% from 255 or 29.00% from 431); Green value is 211 (82.81% from 255 or 48.96% from 431); Blue value is 95 (37.5% from 255 or 22.04% from 431); Max value from RGB is 211 - color contains mainly: green. Hex color #7DD35F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD35F is #822CA0. Grayscale: #ACACAC. Windows color (decimal): -8531105 or 6280061. OLE color: 6280061.

HSL color Cylindrical-coordinate representation of color #7DD35F: hue angle of 104.48º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7DD35F is Cyan = 0.41, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB 125 211 95 -
CMYK 0.41 0 0.55 0.17
HSL 104.48º 0.57% 0.6% -
HSV(B) 104.48º 0.55% 0.83% -
XYZ 33.82 51.77 19.04 -
YUV 172.06 84.51 94.43 -
System Red Green Blue C M Y K H S L
Decimal 125 211 95 0.41 0 0.55 0.17 104.48 0.57 0.6
Hex 7D D3 5F 29 0 37 11 68 39 3C
Octal 175 323 137 51 0 67 21 150 71 74
Binary 1111101 11010011 1011111 101001 0 110111 10001 1101000 111001 111100

Color Harmonies of #7DD35F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD35F

Black with #7DD35F

Text Example


Text Example

White with #7DD35F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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