Html Css Color HEX #7DD64C Mantis

📋 copy color: '#7DD64C'

red 125 ◦ green 214 ◦ blue 76

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

Shades of Mantis #7DD64C

Tints of Mantis #7DD64C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 51.57%

 BLUE value IS 76 (30.08% from 255) = 18.31%

R = 30.12%
G = 51.57%
B = 18.31%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#7DD64C (or 0x7DD64C) is known color: Mantis. HEX triplet: 7D, D6 and 4C. RGB value is (125,214,76). Sum of RGB (Red+Green+Blue) = 125+214+76=415 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.12% from 415); Green value is 214 (83.98% from 255 or 51.57% from 415); Blue value is 76 (30.08% from 255 or 18.31% from 415); Max value from RGB is 214 - color contains mainly: green. Hex color #7DD64C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DD64C is #8229B3. Grayscale: #ACACAC. Windows color (decimal): -8530356 or 5035645. OLE color: 5035645.

HSL color Cylindrical-coordinate representation of color #7DD64C: hue angle of 98.7º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7DD64C is Cyan = 0.42, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 125 214 76 -
CMYK 0.42 0 0.64 0.16
HSL 98.7º 0.63% 0.57% -
HSV(B) 98.7º 0.64% 0.84% -
XYZ 33.81 52.97 15.28 -
YUV 171.66 74.01 94.72 -
System Red Green Blue C M Y K H S L
Decimal 125 214 76 0.42 0 0.64 0.16 98.7 0.63 0.57
Hex 7D D6 4C 2A 0 40 10 63 3F 39
Octal 175 326 114 52 0 100 20 143 77 71
Binary 1111101 11010110 1001100 101010 0 1000000 10000 1100011 111111 111001

Color Harmonies of #7DD64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD64C

Black with #7DD64C

Text Example


Text Example

White with #7DD64C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,214,76); }

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

background-color css

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

 a { background-color: rgb(125,214,76); }

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

border-color css

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

 span { border-color: rgb(125,214,76); }

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