Html Css Color HEX #64DA60 Pastel Green

📋 copy color: '#64DA60'

red 100 ◦ green 218 ◦ blue 96

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

Shades of Pastel Green #64DA60

Tints of Pastel Green #64DA60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 23.19%

R = 24.15%
G = 52.66%
B = 23.19%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#64DA60 (or 0x64DA60) is known color: Pastel Green. HEX triplet: 64, DA and 60. RGB value is (100,218,96). Sum of RGB (Red+Green+Blue) = 100+218+96=414 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.15% from 414); Green value is 218 (85.55% from 255 or 52.66% from 414); Blue value is 96 (37.89% from 255 or 23.19% from 414); Max value from RGB is 218 - color contains mainly: green. Hex color #64DA60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64DA60 is #9B259F. Grayscale: #A9A9A9. Windows color (decimal): -10167712 or 6347364. OLE color: 6347364.

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

Color convert

RGB 100 218 96 -
CMYK 0.54 0 0.56 0.15
HSL 118.03º 0.62% 0.62% -
HSV(B) 118.03º 0.56% 0.85% -
XYZ 32.44 53.7 19.72 -
YUV 168.81 86.91 78.92 -
System Red Green Blue C M Y K H S L
Decimal 100 218 96 0.54 0 0.56 0.15 118.03 0.62 0.62
Hex 64 DA 60 36 0 38 F 76 3E 3E
Octal 144 332 140 66 0 70 17 166 76 76
Binary 1100100 11011010 1100000 110110 0 111000 1111 1110110 111110 111110

Color Harmonies of #64DA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DA60

Black with #64DA60

Text Example


Text Example

White with #64DA60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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