Html Css Color HEX #64F519 Bright Green

📋 copy color: '#64F519'

red 100 ◦ green 245 ◦ blue 25

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

Shades of Bright Green #64F519

Tints of Bright Green #64F519

RGB

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

 GREEN value IS 245 (96.09% from 255) = 66.22%

 BLUE value IS 25 (10.16% from 255) = 6.76%

R = 27.03%
G = 66.22%
B = 6.76%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#64F519 (or 0x64F519) is known color: Bright Green. HEX triplet: 64, F5 and 19. RGB value is (100,245,25). Sum of RGB (Red+Green+Blue) = 100+245+25=370 (49% of max value = 765). Red value is 100 (39.45% from 255 or 27.03% from 370); Green value is 245 (96.09% from 255 or 66.22% from 370); Blue value is 25 (10.16% from 255 or 6.76% from 370); Max value from RGB is 245 - color contains mainly: green. Hex color #64F519 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64F519 is #9B0AE6. Grayscale: #B1B1B1. Windows color (decimal): -10160871 or 1701220. OLE color: 1701220.

HSL color Cylindrical-coordinate representation of color #64F519: hue angle of 99.55º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #64F519 is Cyan = 0.59, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.

Color convert

RGB 100 245 25 -
CMYK 0.59 0 0.90 0.04
HSL 99.55º 0.92% 0.53% -
HSV(B) 99.55º 0.9% 0.96% -
XYZ 38.08 68.08 12.05 -
YUV 176.57 42.46 73.39 -
System Red Green Blue C M Y K H S L
Decimal 100 245 25 0.59 0 0.90 0.04 99.55 0.92 0.53
Hex 64 F5 19 3B 0 5A 4 64 5C 35
Octal 144 365 31 73 0 132 4 144 134 65
Binary 1100100 11110101 11001 111011 0 1011010 100 1100100 1011100 110101

Color Harmonies of #64F519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64F519

Black with #64F519

Text Example


Text Example

White with #64F519

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,245,25); }

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

background-color css

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

 a { background-color: rgb(100,245,25); }

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

border-color css

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

 span { border-color: rgb(100,245,25); }

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