Html Css Color HEX #64D56E Pastel Green

📋 copy color: '#64D56E'

red 100 ◦ green 213 ◦ blue 110

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

Shades of Pastel Green #64D56E

Tints of Pastel Green #64D56E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 50.35%

 BLUE value IS 110 (43.36% from 255) = 26%

R = 23.64%
G = 50.35%
B = 26%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#64D56E (or 0x64D56E) is known color: Pastel Green. HEX triplet: 64, D5 and 6E. RGB value is (100,213,110). Sum of RGB (Red+Green+Blue) = 100+213+110=423 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.64% from 423); Green value is 213 (83.59% from 255 or 50.35% from 423); Blue value is 110 (43.36% from 255 or 26.00% from 423); Max value from RGB is 213 - color contains mainly: green. Hex color #64D56E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D56E is #9B2A91. Grayscale: #A7A7A7. Windows color (decimal): -10168978 or 7263588. OLE color: 7263588.

HSL color Cylindrical-coordinate representation of color #64D56E: hue angle of 125.31º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64D56E is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 100 213 110 -
CMYK 0.53 0 0.48 0.16
HSL 125.31º 0.57% 0.61% -
HSV(B) 125.31º 0.53% 0.84% -
XYZ 31.86 51.42 23 -
YUV 167.47 95.56 79.88 -
System Red Green Blue C M Y K H S L
Decimal 100 213 110 0.53 0 0.48 0.16 125.31 0.57 0.61
Hex 64 D5 6E 35 0 30 10 7D 39 3D
Octal 144 325 156 65 0 60 20 175 71 75
Binary 1100100 11010101 1101110 110101 0 110000 10000 1111101 111001 111101

Color Harmonies of #64D56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D56E

Black with #64D56E

Text Example


Text Example

White with #64D56E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,213,110); }

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

background-color css

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

 a { background-color: rgb(100,213,110); }

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

border-color css

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

 span { border-color: rgb(100,213,110); }

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