Html Css Color HEX #64FA97 Light Green

📋 copy color: '#64FA97'

red 100 ◦ green 250 ◦ blue 151

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

Shades of Light Green #64FA97

Tints of Light Green #64FA97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 30.14%

R = 19.96%
G = 49.9%
B = 30.14%

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

#64FA97 (or 0x64FA97) is known color: Light Green. HEX triplet: 64, FA and 97. RGB value is (100,250,151). Sum of RGB (Red+Green+Blue) = 100+250+151=501 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.96% from 501); Green value is 250 (98.05% from 255 or 49.90% from 501); Blue value is 151 (59.38% from 255 or 30.14% from 501); Max value from RGB is 250 - color contains mainly: green. Hex color #64FA97 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64FA97 is #9B0568. Grayscale: #C2C2C2. Windows color (decimal): -10159465 or 9960036. OLE color: 9960036.

HSL color Cylindrical-coordinate representation of color #64FA97: hue angle of 140.4º 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 #64FA97 is Cyan = 0.6, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 250 151 -
CMYK 0.6 0 0.40 0.02
HSL 140.4º 0.94% 0.69% -
HSV(B) 140.4º 0.6% 0.98% -
XYZ 45.03 73.31 41.06 -
YUV 193.86 103.81 61.05 -
System Red Green Blue C M Y K H S L
Decimal 100 250 151 0.6 0 0.40 0.02 140.4 0.94 0.69
Hex 64 FA 97 3C 0 28 2 8C 5E 45
Octal 144 372 227 74 0 50 2 214 136 105
Binary 1100100 11111010 10010111 111100 0 101000 10 10001100 1011110 1000101

Color Harmonies of #64FA97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64FA97

Black with #64FA97

Text Example


Text Example

White with #64FA97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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