Html Css Color HEX #64DA6E Pastel Green

📋 copy color: '#64DA6E'

red 100 ◦ green 218 ◦ blue 110

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

Shades of Pastel Green #64DA6E

Tints of Pastel Green #64DA6E

RGB

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

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

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

R = 23.36%
G = 50.93%
B = 25.7%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#64DA6E (or 0x64DA6E) is known color: Pastel Green. HEX triplet: 64, DA and 6E. RGB value is (100,218,110). Sum of RGB (Red+Green+Blue) = 100+218+110=428 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.36% from 428); Green value is 218 (85.55% from 255 or 50.93% from 428); Blue value is 110 (43.36% from 255 or 25.70% from 428); Max value from RGB is 218 - color contains mainly: green. Hex color #64DA6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64DA6E is #9B2591. Grayscale: #AAAAAA. Windows color (decimal): -10167698 or 7264868. OLE color: 7264868.

HSL color Cylindrical-coordinate representation of color #64DA6E: hue angle of 125.08º 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 #64DA6E is Cyan = 0.54, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 100 218 110 -
CMYK 0.54 0 0.50 0.15
HSL 125.08º 0.61% 0.62% -
HSV(B) 125.08º 0.54% 0.85% -
XYZ 33.14 53.98 23.42 -
YUV 170.41 93.91 77.78 -
System Red Green Blue C M Y K H S L
Decimal 100 218 110 0.54 0 0.50 0.15 125.08 0.61 0.62
Hex 64 DA 6E 36 0 32 F 7D 3D 3E
Octal 144 332 156 66 0 62 17 175 75 76
Binary 1100100 11011010 1101110 110110 0 110010 1111 1111101 111101 111110

Color Harmonies of #64DA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DA6E

Black with #64DA6E

Text Example


Text Example

White with #64DA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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