Html Css Color HEX #64F913 Bright Green

📋 copy color: '#64F913'

red 100 ◦ green 249 ◦ blue 19

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

Shades of Bright Green #64F913

Tints of Bright Green #64F913

RGB

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

 GREEN value IS 249 (97.66% from 255) = 67.66%

 BLUE value IS 19 (7.81% from 255) = 5.16%

R = 27.17%
G = 67.66%
B = 5.16%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#64F913 (or 0x64F913) is known color: Bright Green. HEX triplet: 64, F9 and 13. RGB value is (100,249,19). Sum of RGB (Red+Green+Blue) = 100+249+19=368 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.17% from 368); Green value is 249 (97.66% from 255 or 67.66% from 368); Blue value is 19 (7.81% from 255 or 5.16% from 368); Max value from RGB is 249 - color contains mainly: green. Hex color #64F913 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64F913 is #9B06EC. Grayscale: #B3B3B3. Windows color (decimal): -10159853 or 1309028. OLE color: 1309028.

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

Color convert

RGB 100 249 19 -
CMYK 0.60 0 0.92 0.02
HSL 98.87º 0.95% 0.53% -
HSV(B) 98.87º 0.92% 0.98% -
XYZ 39.25 70.51 12.16 -
YUV 178.23 38.14 72.2 -
System Red Green Blue C M Y K H S L
Decimal 100 249 19 0.60 0 0.92 0.02 98.87 0.95 0.53
Hex 64 F9 13 3C 0 5C 2 63 5F 35
Octal 144 371 23 74 0 134 2 143 137 65
Binary 1100100 11111001 10011 111100 0 1011100 10 1100011 1011111 110101

Color Harmonies of #64F913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64F913

Black with #64F913

Text Example


Text Example

White with #64F913

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,249,19); }

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

background-color css

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

 a { background-color: rgb(100,249,19); }

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

border-color css

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

 span { border-color: rgb(100,249,19); }

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