Html Css Color HEX #64DB5F Pastel Green

📋 copy color: '#64DB5F'

red 100 ◦ green 219 ◦ blue 95

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

Shades of Pastel Green #64DB5F

Tints of Pastel Green #64DB5F

RGB

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

 GREEN value IS 219 (85.94% from 255) = 52.9%

 BLUE value IS 95 (37.5% from 255) = 22.95%

R = 24.15%
G = 52.9%
B = 22.95%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#64DB5F (or 0x64DB5F) is known color: Pastel Green. HEX triplet: 64, DB and 5F. RGB value is (100,219,95). Sum of RGB (Red+Green+Blue) = 100+219+95=414 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.15% from 414); Green value is 219 (85.94% from 255 or 52.90% from 414); Blue value is 95 (37.5% from 255 or 22.95% from 414); Max value from RGB is 219 - color contains mainly: green. Hex color #64DB5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64DB5F is #9B24A0. Grayscale: #A9A9A9. Windows color (decimal): -10167457 or 6282084. OLE color: 6282084.

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

Color convert

RGB 100 219 95 -
CMYK 0.54 0 0.57 0.14
HSL 117.58º 0.63% 0.62% -
HSV(B) 117.58º 0.57% 0.86% -
XYZ 32.65 54.2 19.57 -
YUV 169.28 86.08 78.58 -
System Red Green Blue C M Y K H S L
Decimal 100 219 95 0.54 0 0.57 0.14 117.58 0.63 0.62
Hex 64 DB 5F 36 0 39 E 76 3F 3E
Octal 144 333 137 66 0 71 16 166 77 76
Binary 1100100 11011011 1011111 110110 0 111001 1110 1110110 111111 111110

Color Harmonies of #64DB5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DB5F

Black with #64DB5F

Text Example


Text Example

White with #64DB5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,219,95); }

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

background-color css

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

 a { background-color: rgb(100,219,95); }

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

border-color css

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

 span { border-color: rgb(100,219,95); }

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