Html Css Color HEX #64FF14 Bright Green

📋 copy color: '#64FF14'

red 100 ◦ green 255 ◦ blue 20

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

Shades of Bright Green #64FF14

Tints of Bright Green #64FF14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.33%

R = 26.67%
G = 68%
B = 5.33%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#64FF14 (or 0x64FF14) is known color: Bright Green. HEX triplet: 64, FF and 14. RGB value is (100,255,20). Sum of RGB (Red+Green+Blue) = 100+255+20=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 255 (100% from 255 or 68% from 375); Blue value is 20 (8.20% from 255 or 5.33% from 375); Max value from RGB is 255 - color contains mainly: green. Hex color #64FF14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64FF14 is #9B00EB. Grayscale: #B6B6B6. Windows color (decimal): -10158316 or 1376100. OLE color: 1376100.

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

Color convert

RGB 100 255 20 -
CMYK 0.61 0 0.92 0
HSL 99.57º 1% 0.54% -
HSV(B) 99.57º 0.92% 1% -
XYZ 41.14 74.28 12.83 -
YUV 181.87 36.65 69.61 -
System Red Green Blue C M Y K H S L
Decimal 100 255 20 0.61 0 0.92 0 99.57 1 0.54
Hex 64 FF 14 3D 0 5C 0 64 64 36
Octal 144 377 24 75 0 134 0 144 144 66
Binary 1100100 11111111 10100 111101 0 1011100 0 1100100 1100100 110110

Color Harmonies of #64FF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64FF14

Black with #64FF14

Text Example


Text Example

White with #64FF14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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