Html Css Color HEX #64FF11 Bright Green

📋 copy color: '#64FF11'

red 100 ◦ green 255 ◦ blue 17

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

Shades of Bright Green #64FF11

Tints of Bright Green #64FF11

RGB

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

 GREEN value IS 255 (100% from 255) = 68.55%

 BLUE value IS 17 (7.03% from 255) = 4.57%

R = 26.88%
G = 68.55%
B = 4.57%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#64FF11 (or 0x64FF11) is known color: Bright Green. HEX triplet: 64, FF and 11. RGB value is (100,255,17). Sum of RGB (Red+Green+Blue) = 100+255+17=372 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.88% from 372); Green value is 255 (100% from 255 or 68.55% from 372); Blue value is 17 (7.03% from 255 or 4.57% from 372); Max value from RGB is 255 - color contains mainly: green. Hex color #64FF11 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64FF11 is #9B00EE. Grayscale: #B6B6B6. Windows color (decimal): -10158319 or 1179492. OLE color: 1179492.

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

Color convert

RGB 100 255 17 -
CMYK 0.61 0 0.93 0
HSL 99.08º 1% 0.53% -
HSV(B) 99.08º 0.93% 1% -
XYZ 41.12 74.27 12.7 -
YUV 181.52 35.15 69.85 -
System Red Green Blue C M Y K H S L
Decimal 100 255 17 0.61 0 0.93 0 99.08 1 0.53
Hex 64 FF 11 3D 0 5D 0 63 64 35
Octal 144 377 21 75 0 135 0 143 144 65
Binary 1100100 11111111 10001 111101 0 1011101 0 1100011 1100100 110101

Color Harmonies of #64FF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64FF11

Black with #64FF11

Text Example


Text Example

White with #64FF11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,255,17); }

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

background-color css

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

 a { background-color: rgb(100,255,17); }

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

border-color css

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

 span { border-color: rgb(100,255,17); }

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