Html Css Color HEX #64F131 Bright Green

📋 copy color: '#64F131'

red 100 ◦ green 241 ◦ blue 49

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

Shades of Bright Green #64F131

Tints of Bright Green #64F131

RGB

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

 GREEN value IS 241 (94.53% from 255) = 61.79%

 BLUE value IS 49 (19.53% from 255) = 12.56%

R = 25.64%
G = 61.79%
B = 12.56%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#64F131 (or 0x64F131) is known color: Bright Green. HEX triplet: 64, F1 and 31. RGB value is (100,241,49). Sum of RGB (Red+Green+Blue) = 100+241+49=390 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.64% from 390); Green value is 241 (94.53% from 255 or 61.79% from 390); Blue value is 49 (19.53% from 255 or 12.56% from 390); Max value from RGB is 241 - color contains mainly: green. Hex color #64F131 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #64F131 is #9B0ECE. Grayscale: #B1B1B1. Windows color (decimal): -10161871 or 3273060. OLE color: 3273060.

HSL color Cylindrical-coordinate representation of color #64F131: hue angle of 104.06º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #64F131 is Cyan = 0.59, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 100 241 49 -
CMYK 0.59 0 0.80 0.05
HSL 104.06º 0.87% 0.57% -
HSV(B) 104.06º 0.8% 0.95% -
XYZ 37.27 65.84 13.65 -
YUV 176.95 55.79 73.11 -
System Red Green Blue C M Y K H S L
Decimal 100 241 49 0.59 0 0.80 0.05 104.06 0.87 0.57
Hex 64 F1 31 3B 0 50 5 68 57 39
Octal 144 361 61 73 0 120 5 150 127 71
Binary 1100100 11110001 110001 111011 0 1010000 101 1101000 1010111 111001

Color Harmonies of #64F131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64F131

Black with #64F131

Text Example


Text Example

White with #64F131

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,241,49); }

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

background-color css

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

 a { background-color: rgb(100,241,49); }

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

border-color css

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

 span { border-color: rgb(100,241,49); }

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