Html Css Color HEX #64FE96 Light Green

📋 copy color: '#64FE96'

red 100 ◦ green 254 ◦ blue 150

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

Shades of Light Green #64FE96

Tints of Light Green #64FE96

RGB

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

 GREEN value IS 254 (99.61% from 255) = 50.4%

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

R = 19.84%
G = 50.4%
B = 29.76%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#64FE96 (or 0x64FE96) is known color: Light Green. HEX triplet: 64, FE and 96. RGB value is (100,254,150). Sum of RGB (Red+Green+Blue) = 100+254+150=504 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.84% from 504); Green value is 254 (99.61% from 255 or 50.40% from 504); Blue value is 150 (58.98% from 255 or 29.76% from 504); Max value from RGB is 254 - color contains mainly: green. Hex color #64FE96 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64FE96 is #9B0169. Grayscale: #C4C4C4. Windows color (decimal): -10158442 or 9895524. OLE color: 9895524.

HSL color Cylindrical-coordinate representation of color #64FE96: hue angle of 139.48º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64FE96 is Cyan = 0.61, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.

Color convert

RGB 100 254 150 -
CMYK 0.61 0 0.41 0.00
HSL 139.48º 0.99% 0.69% -
HSV(B) 139.48º 0.61% 1% -
XYZ 46.2 75.79 41.05 -
YUV 196.1 101.98 59.46 -
System Red Green Blue C M Y K H S L
Decimal 100 254 150 0.61 0 0.41 0.00 139.48 0.99 0.69
Hex 64 FE 96 3D 0 29 0 8B 63 45
Octal 144 376 226 75 0 51 0 213 143 105
Binary 1100100 11111110 10010110 111101 0 101001 0 10001011 1100011 1000101

Color Harmonies of #64FE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64FE96

Black with #64FE96

Text Example


Text Example

White with #64FE96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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