Html Css Color HEX #64D85F Pastel Green

📋 copy color: '#64D85F'

red 100 ◦ green 216 ◦ blue 95

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

Shades of Pastel Green #64D85F

Tints of Pastel Green #64D85F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 52.55%

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

R = 24.33%
G = 52.55%
B = 23.11%

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

#64D85F (or 0x64D85F) is known color: Pastel Green. HEX triplet: 64, D8 and 5F. RGB value is (100,216,95). Sum of RGB (Red+Green+Blue) = 100+216+95=411 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.33% from 411); Green value is 216 (84.77% from 255 or 52.55% from 411); Blue value is 95 (37.5% from 255 or 23.11% from 411); Max value from RGB is 216 - color contains mainly: green. Hex color #64D85F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D85F is #9B27A0. Grayscale: #A7A7A7. Windows color (decimal): -10168225 or 6281316. OLE color: 6281316.

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

Color convert

RGB 100 216 95 -
CMYK 0.54 0 0.56 0.15
HSL 117.52º 0.61% 0.61% -
HSV(B) 117.52º 0.56% 0.85% -
XYZ 31.88 52.65 19.31 -
YUV 167.52 87.07 79.84 -
System Red Green Blue C M Y K H S L
Decimal 100 216 95 0.54 0 0.56 0.15 117.52 0.61 0.61
Hex 64 D8 5F 36 0 38 F 76 3D 3D
Octal 144 330 137 66 0 70 17 166 75 75
Binary 1100100 11011000 1011111 110110 0 111000 1111 1110110 111101 111101

Color Harmonies of #64D85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D85F

Black with #64D85F

Text Example


Text Example

White with #64D85F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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