Html Css Color HEX #64DD74 Pastel Green

📋 copy color: '#64DD74'

red 100 ◦ green 221 ◦ blue 116

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

Shades of Pastel Green #64DD74

Tints of Pastel Green #64DD74

RGB

 RED value IS 100 (39.45% from 255) = 22.88%

 GREEN value IS 221 (86.72% from 255) = 50.57%

 BLUE value IS 116 (45.7% from 255) = 26.54%

R = 22.88%
G = 50.57%
B = 26.54%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#64DD74 (or 0x64DD74) is known color: Pastel Green. HEX triplet: 64, DD and 74. RGB value is (100,221,116). Sum of RGB (Red+Green+Blue) = 100+221+116=437 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.88% from 437); Green value is 221 (86.72% from 255 or 50.57% from 437); Blue value is 116 (45.70% from 255 or 26.54% from 437); Max value from RGB is 221 - color contains mainly: green. Hex color #64DD74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64DD74 is #9B228B. Grayscale: #ADADAD. Windows color (decimal): -10166924 or 7658852. OLE color: 7658852.

HSL color Cylindrical-coordinate representation of color #64DD74: hue angle of 127.93º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64DD74 is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 221 116 -
CMYK 0.55 0 0.48 0.13
HSL 127.93º 0.64% 0.63% -
HSV(B) 127.93º 0.55% 0.87% -
XYZ 34.26 55.68 25.47 -
YUV 172.85 95.91 76.04 -
System Red Green Blue C M Y K H S L
Decimal 100 221 116 0.55 0 0.48 0.13 127.93 0.64 0.63
Hex 64 DD 74 37 0 30 D 80 40 3F
Octal 144 335 164 67 0 60 15 200 100 77
Binary 1100100 11011101 1110100 110111 0 110000 1101 10000000 1000000 111111

Color Harmonies of #64DD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DD74

Black with #64DD74

Text Example


Text Example

White with #64DD74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64DD74; }

 p { color: rgb(100,221,116); }

 H1.HeaderClassName
 {
   color: #64DD74;
 }
 .AnyTagClassName
 {
   color: #64DD74;
 }
</style>

background-color css

<style>
 a { background-color: #64DD74; }

 a { background-color: rgb(100,221,116); }

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

border-color css

<style>
 span { border-color: #64DD74; }

 span { border-color: rgb(100,221,116); }

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