Html Css Color HEX #64DC62 Pastel Green

📋 copy color: '#64DC62'

red 100 ◦ green 220 ◦ blue 98

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

Shades of Pastel Green #64DC62

Tints of Pastel Green #64DC62

RGB

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

 GREEN value IS 220 (86.33% from 255) = 52.63%

 BLUE value IS 98 (38.67% from 255) = 23.44%

R = 23.92%
G = 52.63%
B = 23.44%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#64DC62 (or 0x64DC62) is known color: Pastel Green. HEX triplet: 64, DC and 62. RGB value is (100,220,98). Sum of RGB (Red+Green+Blue) = 100+220+98=418 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.92% from 418); Green value is 220 (86.33% from 255 or 52.63% from 418); Blue value is 98 (38.67% from 255 or 23.44% from 418); Max value from RGB is 220 - color contains mainly: green. Hex color #64DC62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64DC62 is #9B239D. Grayscale: #AAAAAA. Windows color (decimal): -10167198 or 6478948. OLE color: 6478948.

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

Color convert

RGB 100 220 98 -
CMYK 0.55 0 0.55 0.14
HSL 119.02º 0.64% 0.62% -
HSV(B) 119.02º 0.55% 0.86% -
XYZ 33.05 54.78 20.39 -
YUV 170.21 87.24 77.92 -
System Red Green Blue C M Y K H S L
Decimal 100 220 98 0.55 0 0.55 0.14 119.02 0.64 0.62
Hex 64 DC 62 37 0 37 E 77 40 3E
Octal 144 334 142 67 0 67 16 167 100 76
Binary 1100100 11011100 1100010 110111 0 110111 1110 1110111 1000000 111110

Color Harmonies of #64DC62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DC62

Black with #64DC62

Text Example


Text Example

White with #64DC62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,220,98); }

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

background-color css

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

 a { background-color: rgb(100,220,98); }

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

border-color css

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

 span { border-color: rgb(100,220,98); }

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