Html Css Color HEX #64F696 Pastel Green

📋 copy color: '#64F696'

red 100 ◦ green 246 ◦ blue 150

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

Shades of Pastel Green #64F696

Tints of Pastel Green #64F696

RGB

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

 GREEN value IS 246 (96.48% from 255) = 49.6%

 BLUE value IS 150 (58.98% from 255) = 30.24%

R = 20.16%
G = 49.6%
B = 30.24%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#64F696 (or 0x64F696) is known color: Pastel Green. HEX triplet: 64, F6 and 96. RGB value is (100,246,150). Sum of RGB (Red+Green+Blue) = 100+246+150=496 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.16% from 496); Green value is 246 (96.48% from 255 or 49.60% from 496); Blue value is 150 (58.98% from 255 or 30.24% from 496); Max value from RGB is 246 - color contains mainly: green. Hex color #64F696 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F696 is #9B0969. Grayscale: #BFBFBF. Windows color (decimal): -10160490 or 9893476. OLE color: 9893476.

HSL color Cylindrical-coordinate representation of color #64F696: hue angle of 140.55º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64F696 is Cyan = 0.59, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB 100 246 150 -
CMYK 0.59 0 0.39 0.04
HSL 140.55º 0.89% 0.68% -
HSV(B) 140.55º 0.59% 0.96% -
XYZ 43.72 70.82 40.22 -
YUV 191.4 104.63 62.81 -
System Red Green Blue C M Y K H S L
Decimal 100 246 150 0.59 0 0.39 0.04 140.55 0.89 0.68
Hex 64 F6 96 3B 0 27 4 8D 59 44
Octal 144 366 226 73 0 47 4 215 131 104
Binary 1100100 11110110 10010110 111011 0 100111 100 10001101 1011001 1000100

Color Harmonies of #64F696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64F696

Black with #64F696

Text Example


Text Example

White with #64F696

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,246,150); }

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

background-color css

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

 a { background-color: rgb(100,246,150); }

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

border-color css

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

 span { border-color: rgb(100,246,150); }

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