Html Css Color HEX #64FB95 Light Green

📋 copy color: '#64FB95'

red 100 ◦ green 251 ◦ blue 149

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

Shades of Light Green #64FB95

Tints of Light Green #64FB95

RGB

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

 GREEN value IS 251 (98.44% from 255) = 50.2%

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

R = 20%
G = 50.2%
B = 29.8%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#64FB95 (or 0x64FB95) is known color: Light Green. HEX triplet: 64, FB and 95. RGB value is (100,251,149). Sum of RGB (Red+Green+Blue) = 100+251+149=500 (66% of max value = 765). Red value is 100 (39.45% from 255 or 20% from 500); Green value is 251 (98.44% from 255 or 50.2% from 500); Blue value is 149 (58.59% from 255 or 29.8% from 500); Max value from RGB is 251 - color contains mainly: green. Hex color #64FB95 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64FB95 is #9B046A. Grayscale: #C2C2C2. Windows color (decimal): -10159211 or 9829220. OLE color: 9829220.

HSL color Cylindrical-coordinate representation of color #64FB95: hue angle of 139.47º degrees, saturation: 0.95, 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 #64FB95 is Cyan = 0.60, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 251 149 -
CMYK 0.60 0 0.41 0.02
HSL 139.47º 0.95% 0.69% -
HSV(B) 139.47º 0.6% 0.98% -
XYZ 45.18 73.87 40.31 -
YUV 194.22 102.47 60.79 -
System Red Green Blue C M Y K H S L
Decimal 100 251 149 0.60 0 0.41 0.02 139.47 0.95 0.69
Hex 64 FB 95 3C 0 29 2 8B 5F 45
Octal 144 373 225 74 0 51 2 213 137 105
Binary 1100100 11111011 10010101 111100 0 101001 10 10001011 1011111 1000101

Color Harmonies of #64FB95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64FB95

Black with #64FB95

Text Example


Text Example

White with #64FB95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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