Html Css Color HEX #64FA00 Bright Green

📋 copy color: '#64FA00'

red 100 ◦ green 250 ◦ blue 0

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

Shades of Bright Green #64FA00

Tints of Bright Green #64FA00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 28.57%
G = 71.43%
B = 0%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#64FA00 (or 0x64FA00) is known color: Bright Green. HEX triplet: 64, FA and 00. RGB value is (100,250,0). Sum of RGB (Red+Green+Blue) = 100+250+0=350 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.57% from 350); Green value is 250 (98.05% from 255 or 71.43% from 350); Blue value is 0 (0.39% from 255 or 0% from 350); Max value from RGB is 250 - color contains mainly: green. Hex color #64FA00 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64FA00 is #9B05FF. Grayscale: #B1B1B1. Windows color (decimal): -10159616 or 64100. OLE color: 64100.

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

Color convert

RGB 100 250 0 -
CMYK 0.6 0 1 0.02
HSL 96º 1% 0.49% -
HSV(B) 96º 1% 0.98% -
XYZ 39.44 71.08 11.64 -
YUV 176.65 28.31 73.33 -
System Red Green Blue C M Y K H S L
Decimal 100 250 0 0.6 0 1 0.02 96 1 0.49
Hex 64 FA 0 3C 0 64 2 60 64 31
Octal 144 372 0 74 0 144 2 140 144 61
Binary 1100100 11111010 0 111100 0 1100100 10 1100000 1100100 110001

Color Harmonies of #64FA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64FA00

Black with #64FA00

Text Example


Text Example

White with #64FA00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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