Html Css Color HEX #64FA95 Pastel Green

📋 copy color: '#64FA95'

red 100 ◦ green 250 ◦ blue 149

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

Shades of Pastel Green #64FA95

Tints of Pastel Green #64FA95

RGB

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

 GREEN value IS 250 (98.05% from 255) = 50.1%

 BLUE value IS 149 (58.59% from 255) = 29.86%

R = 20.04%
G = 50.1%
B = 29.86%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#64FA95 (or 0x64FA95) is known color: Pastel Green. HEX triplet: 64, FA and 95. RGB value is (100,250,149). Sum of RGB (Red+Green+Blue) = 100+250+149=499 (66% of max value = 765). Red value is 100 (39.45% from 255 or 20.04% from 499); Green value is 250 (98.05% from 255 or 50.10% from 499); Blue value is 149 (58.59% from 255 or 29.86% from 499); Max value from RGB is 250 - color contains mainly: green. Hex color #64FA95 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64FA95 is #9B056A. Grayscale: #C1C1C1. Windows color (decimal): -10159467 or 9828964. OLE color: 9828964.

HSL color Cylindrical-coordinate representation of color #64FA95: hue angle of 139.6º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64FA95 is Cyan = 0.6, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 250 149 -
CMYK 0.6 0 0.40 0.02
HSL 139.6º 0.94% 0.69% -
HSV(B) 139.6º 0.6% 0.98% -
XYZ 44.87 73.25 40.21 -
YUV 193.64 102.81 61.21 -
System Red Green Blue C M Y K H S L
Decimal 100 250 149 0.6 0 0.40 0.02 139.6 0.94 0.69
Hex 64 FA 95 3C 0 28 2 8C 5E 45
Octal 144 372 225 74 0 50 2 214 136 105
Binary 1100100 11111010 10010101 111100 0 101000 10 10001100 1011110 1000101

Color Harmonies of #64FA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64FA95

Black with #64FA95

Text Example


Text Example

White with #64FA95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,250,149); }

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

background-color css

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

 a { background-color: rgb(100,250,149); }

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

border-color css

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

 span { border-color: rgb(100,250,149); }

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