Html Css Color HEX #64DA5D Pastel Green

📋 copy color: '#64DA5D'

red 100 ◦ green 218 ◦ blue 93

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

Shades of Pastel Green #64DA5D

Tints of Pastel Green #64DA5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.63%

R = 24.33%
G = 53.04%
B = 22.63%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#64DA5D (or 0x64DA5D) is known color: Pastel Green. HEX triplet: 64, DA and 5D. RGB value is (100,218,93). Sum of RGB (Red+Green+Blue) = 100+218+93=411 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.33% from 411); Green value is 218 (85.55% from 255 or 53.04% from 411); Blue value is 93 (36.72% from 255 or 22.63% from 411); Max value from RGB is 218 - color contains mainly: green. Hex color #64DA5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64DA5D is #9B25A2. Grayscale: #A8A8A8. Windows color (decimal): -10167715 or 6150756. OLE color: 6150756.

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

Color convert

RGB 100 218 93 -
CMYK 0.54 0 0.57 0.15
HSL 116.64º 0.63% 0.61% -
HSV(B) 116.64º 0.57% 0.85% -
XYZ 32.3 53.64 19.01 -
YUV 168.47 85.41 79.16 -
System Red Green Blue C M Y K H S L
Decimal 100 218 93 0.54 0 0.57 0.15 116.64 0.63 0.61
Hex 64 DA 5D 36 0 39 F 75 3F 3D
Octal 144 332 135 66 0 71 17 165 77 75
Binary 1100100 11011010 1011101 110110 0 111001 1111 1110101 111111 111101

Color Harmonies of #64DA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DA5D

Black with #64DA5D

Text Example


Text Example

White with #64DA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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