Html Css Color HEX #64FB04 Bright Green

📋 copy color: '#64FB04'

red 100 ◦ green 251 ◦ blue 4

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

Shades of Bright Green #64FB04

Tints of Bright Green #64FB04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.13%

R = 28.17%
G = 70.7%
B = 1.13%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#64FB04 (or 0x64FB04) is known color: Bright Green. HEX triplet: 64, FB and 04. RGB value is (100,251,4). Sum of RGB (Red+Green+Blue) = 100+251+4=355 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.17% from 355); Green value is 251 (98.44% from 255 or 70.70% from 355); Blue value is 4 (1.95% from 255 or 1.13% from 355); Max value from RGB is 251 - color contains mainly: green. Hex color #64FB04 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64FB04 is #9B04FB. Grayscale: #B2B2B2. Windows color (decimal): -10159356 or 326500. OLE color: 326500.

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

Color convert

RGB 100 251 4 -
CMYK 0.60 0 0.98 0.02
HSL 96.68º 0.97% 0.5% -
HSV(B) 96.68º 0.98% 0.98% -
XYZ 39.77 71.71 11.86 -
YUV 177.69 29.97 72.58 -
System Red Green Blue C M Y K H S L
Decimal 100 251 4 0.60 0 0.98 0.02 96.68 0.97 0.5
Hex 64 FB 4 3C 0 62 2 61 61 32
Octal 144 373 4 74 0 142 2 141 141 62
Binary 1100100 11111011 100 111100 0 1100010 10 1100001 1100001 110010

Color Harmonies of #64FB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64FB04

Black with #64FB04

Text Example


Text Example

White with #64FB04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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