Html Css Color HEX #7DDA64 Pastel Green

📋 copy color: '#7DDA64'

red 125 ◦ green 218 ◦ blue 100

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

Shades of Pastel Green #7DDA64

Tints of Pastel Green #7DDA64

RGB

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

 GREEN value IS 218 (85.55% from 255) = 49.21%

 BLUE value IS 100 (39.45% from 255) = 22.57%

R = 28.22%
G = 49.21%
B = 22.57%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#7DDA64 (or 0x7DDA64) is known color: Pastel Green. HEX triplet: 7D, DA and 64. RGB value is (125,218,100). Sum of RGB (Red+Green+Blue) = 125+218+100=443 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.22% from 443); Green value is 218 (85.55% from 255 or 49.21% from 443); Blue value is 100 (39.45% from 255 or 22.57% from 443); Max value from RGB is 218 - color contains mainly: green. Hex color #7DDA64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDA64 is #82259B. Grayscale: #B1B1B1. Windows color (decimal): -8529308 or 6609533. OLE color: 6609533.

HSL color Cylindrical-coordinate representation of color #7DDA64: hue angle of 107.29º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7DDA64 is Cyan = 0.43, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 125 218 100 -
CMYK 0.43 0 0.54 0.15
HSL 107.29º 0.61% 0.62% -
HSV(B) 107.29º 0.54% 0.85% -
XYZ 35.83 55.42 20.87 -
YUV 176.74 84.69 91.09 -
System Red Green Blue C M Y K H S L
Decimal 125 218 100 0.43 0 0.54 0.15 107.29 0.61 0.62
Hex 7D DA 64 2B 0 36 F 6B 3D 3E
Octal 175 332 144 53 0 66 17 153 75 76
Binary 1111101 11011010 1100100 101011 0 110110 1111 1101011 111101 111110

Color Harmonies of #7DDA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDA64

Black with #7DDA64

Text Example


Text Example

White with #7DDA64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,218,100); }

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

background-color css

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

 a { background-color: rgb(125,218,100); }

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

border-color css

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

 span { border-color: rgb(125,218,100); }

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