Html Css Color HEX #64DF84 Pastel Green

📋 copy color: '#64DF84'

red 100 ◦ green 223 ◦ blue 132

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

Shades of Pastel Green #64DF84

Tints of Pastel Green #64DF84

RGB

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

 GREEN value IS 223 (87.5% from 255) = 49.01%

 BLUE value IS 132 (51.95% from 255) = 29.01%

R = 21.98%
G = 49.01%
B = 29.01%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#64DF84 (or 0x64DF84) is known color: Pastel Green. HEX triplet: 64, DF and 84. RGB value is (100,223,132). Sum of RGB (Red+Green+Blue) = 100+223+132=455 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.98% from 455); Green value is 223 (87.5% from 255 or 49.01% from 455); Blue value is 132 (51.95% from 255 or 29.01% from 455); Max value from RGB is 223 - color contains mainly: green. Hex color #64DF84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64DF84 is #9B207B. Grayscale: #B0B0B0. Windows color (decimal): -10166396 or 8707940. OLE color: 8707940.

HSL color Cylindrical-coordinate representation of color #64DF84: hue angle of 135.61º degrees, saturation: 0.66, 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 #64DF84 is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 223 132 -
CMYK 0.55 0 0.41 0.13
HSL 135.61º 0.66% 0.63% -
HSV(B) 135.61º 0.55% 0.87% -
XYZ 35.81 57.15 30.97 -
YUV 175.85 103.25 73.9 -
System Red Green Blue C M Y K H S L
Decimal 100 223 132 0.55 0 0.41 0.13 135.61 0.66 0.63
Hex 64 DF 84 37 0 29 D 88 42 3F
Octal 144 337 204 67 0 51 15 210 102 77
Binary 1100100 11011111 10000100 110111 0 101001 1101 10001000 1000010 111111

Color Harmonies of #64DF84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DF84

Black with #64DF84

Text Example


Text Example

White with #64DF84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,223,132); }

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

background-color css

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

 a { background-color: rgb(100,223,132); }

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

border-color css

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

 span { border-color: rgb(100,223,132); }

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