Html Css Color HEX #64E01F Bright Green

📋 copy color: '#64E01F'

red 100 ◦ green 224 ◦ blue 31

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

Shades of Bright Green #64E01F

Tints of Bright Green #64E01F

RGB

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

 GREEN value IS 224 (87.89% from 255) = 63.1%

 BLUE value IS 31 (12.5% from 255) = 8.73%

R = 28.17%
G = 63.1%
B = 8.73%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#64E01F (or 0x64E01F) is known color: Bright Green. HEX triplet: 64, E0 and 1F. RGB value is (100,224,31). Sum of RGB (Red+Green+Blue) = 100+224+31=355 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.17% from 355); Green value is 224 (87.89% from 255 or 63.10% from 355); Blue value is 31 (12.5% from 255 or 8.73% from 355); Max value from RGB is 224 - color contains mainly: green. Hex color #64E01F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64E01F is #9B1FE0. Grayscale: #A5A5A5. Windows color (decimal): -10166241 or 2089060. OLE color: 2089060.

HSL color Cylindrical-coordinate representation of color #64E01F: hue angle of 98.55º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #64E01F is Cyan = 0.55, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 100 224 31 -
CMYK 0.55 0 0.86 0.12
HSL 98.55º 0.76% 0.5% -
HSV(B) 98.55º 0.86% 0.88% -
XYZ 32.16 56.12 10.43 -
YUV 164.92 52.42 81.69 -
System Red Green Blue C M Y K H S L
Decimal 100 224 31 0.55 0 0.86 0.12 98.55 0.76 0.5
Hex 64 E0 1F 37 0 56 C 63 4C 32
Octal 144 340 37 67 0 126 14 143 114 62
Binary 1100100 11100000 11111 110111 0 1010110 1100 1100011 1001100 110010

Color Harmonies of #64E01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E01F

Black with #64E01F

Text Example


Text Example

White with #64E01F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,224,31); }

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

background-color css

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

 a { background-color: rgb(100,224,31); }

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

border-color css

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

 span { border-color: rgb(100,224,31); }

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