Html Css Color HEX #64DA7B Pastel Green

📋 copy color: '#64DA7B'

red 100 ◦ green 218 ◦ blue 123

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

Shades of Pastel Green #64DA7B

Tints of Pastel Green #64DA7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.89%

R = 22.68%
G = 49.43%
B = 27.89%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#64DA7B (or 0x64DA7B) is known color: Pastel Green. HEX triplet: 64, DA and 7B. RGB value is (100,218,123). Sum of RGB (Red+Green+Blue) = 100+218+123=441 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.68% from 441); Green value is 218 (85.55% from 255 or 49.43% from 441); Blue value is 123 (48.44% from 255 or 27.89% from 441); Max value from RGB is 218 - color contains mainly: green. Hex color #64DA7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64DA7B is #9B2584. Grayscale: #ACACAC. Windows color (decimal): -10167685 or 8116836. OLE color: 8116836.

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

Color convert

RGB 100 218 123 -
CMYK 0.54 0 0.44 0.15
HSL 131.69º 0.61% 0.62% -
HSV(B) 131.69º 0.54% 0.85% -
XYZ 33.9 54.28 27.43 -
YUV 171.89 100.41 76.72 -
System Red Green Blue C M Y K H S L
Decimal 100 218 123 0.54 0 0.44 0.15 131.69 0.61 0.62
Hex 64 DA 7B 36 0 2C F 84 3D 3E
Octal 144 332 173 66 0 54 17 204 75 76
Binary 1100100 11011010 1111011 110110 0 101100 1111 10000100 111101 111110

Color Harmonies of #64DA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DA7B

Black with #64DA7B

Text Example


Text Example

White with #64DA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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