Html Css Color HEX #64DC72 Pastel Green

📋 copy color: '#64DC72'

red 100 ◦ green 220 ◦ blue 114

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

Shades of Pastel Green #64DC72

Tints of Pastel Green #64DC72

RGB

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

 GREEN value IS 220 (86.33% from 255) = 50.69%

 BLUE value IS 114 (44.92% from 255) = 26.27%

R = 23.04%
G = 50.69%
B = 26.27%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#64DC72 (or 0x64DC72) is known color: Pastel Green. HEX triplet: 64, DC and 72. RGB value is (100,220,114). Sum of RGB (Red+Green+Blue) = 100+220+114=434 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.04% from 434); Green value is 220 (86.33% from 255 or 50.69% from 434); Blue value is 114 (44.92% from 255 or 26.27% from 434); Max value from RGB is 220 - color contains mainly: green. Hex color #64DC72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64DC72 is #9B238D. Grayscale: #ACACAC. Windows color (decimal): -10167182 or 7527524. OLE color: 7527524.

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

Color convert

RGB 100 220 114 -
CMYK 0.55 0 0.48 0.14
HSL 127º 0.63% 0.63% -
HSV(B) 127º 0.55% 0.86% -
XYZ 33.89 55.11 24.77 -
YUV 172.04 95.24 76.62 -
System Red Green Blue C M Y K H S L
Decimal 100 220 114 0.55 0 0.48 0.14 127 0.63 0.63
Hex 64 DC 72 37 0 30 E 7F 3F 3F
Octal 144 334 162 67 0 60 16 177 77 77
Binary 1100100 11011100 1110010 110111 0 110000 1110 1111111 111111 111111

Color Harmonies of #64DC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DC72

Black with #64DC72

Text Example


Text Example

White with #64DC72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,220,114); }

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

background-color css

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

 a { background-color: rgb(100,220,114); }

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

border-color css

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

 span { border-color: rgb(100,220,114); }

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