Html Css Color HEX #64D16A Pastel Green

📋 copy color: '#64D16A'

red 100 ◦ green 209 ◦ blue 106

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

Shades of Pastel Green #64D16A

Tints of Pastel Green #64D16A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 50.36%

 BLUE value IS 106 (41.8% from 255) = 25.54%

R = 24.1%
G = 50.36%
B = 25.54%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#64D16A (or 0x64D16A) is known color: Pastel Green. HEX triplet: 64, D1 and 6A. RGB value is (100,209,106). Sum of RGB (Red+Green+Blue) = 100+209+106=415 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.10% from 415); Green value is 209 (82.03% from 255 or 50.36% from 415); Blue value is 106 (41.80% from 255 or 25.54% from 415); Max value from RGB is 209 - color contains mainly: green. Hex color #64D16A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D16A is #9B2E95. Grayscale: #A4A4A4. Windows color (decimal): -10170006 or 7000420. OLE color: 7000420.

HSL color Cylindrical-coordinate representation of color #64D16A: hue angle of 123.3º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64D16A is Cyan = 0.52, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 100 209 106 -
CMYK 0.52 0 0.49 0.18
HSL 123.3º 0.54% 0.61% -
HSV(B) 123.3º 0.52% 0.82% -
XYZ 30.66 49.35 21.55 -
YUV 164.67 94.89 81.88 -
System Red Green Blue C M Y K H S L
Decimal 100 209 106 0.52 0 0.49 0.18 123.3 0.54 0.61
Hex 64 D1 6A 34 0 31 12 7B 36 3D
Octal 144 321 152 64 0 61 22 173 66 75
Binary 1100100 11010001 1101010 110100 0 110001 10010 1111011 110110 111101

Color Harmonies of #64D16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D16A

Black with #64D16A

Text Example


Text Example

White with #64D16A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,209,106); }

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

background-color css

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

 a { background-color: rgb(100,209,106); }

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

border-color css

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

 span { border-color: rgb(100,209,106); }

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