Html Css Color HEX #64E40F Bright Green

📋 copy color: '#64E40F'

red 100 ◦ green 228 ◦ blue 15

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

Shades of Bright Green #64E40F

Tints of Bright Green #64E40F

RGB

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

 GREEN value IS 228 (89.45% from 255) = 66.47%

 BLUE value IS 15 (6.25% from 255) = 4.37%

R = 29.15%
G = 66.47%
B = 4.37%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#64E40F (or 0x64E40F) is known color: Bright Green. HEX triplet: 64, E4 and 0F. RGB value is (100,228,15). Sum of RGB (Red+Green+Blue) = 100+228+15=343 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.15% from 343); Green value is 228 (89.45% from 255 or 66.47% from 343); Blue value is 15 (6.25% from 255 or 4.37% from 343); Max value from RGB is 228 - color contains mainly: green. Hex color #64E40F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64E40F is #9B1BF0. Grayscale: #A6A6A6. Windows color (decimal): -10165233 or 1041508. OLE color: 1041508.

HSL color Cylindrical-coordinate representation of color #64E40F: hue angle of 96.06º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #64E40F is Cyan = 0.56, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.

Color convert

RGB 100 228 15 -
CMYK 0.56 0 0.93 0.11
HSL 96.06º 0.88% 0.48% -
HSV(B) 96.06º 0.93% 0.89% -
XYZ 33.09 58.23 9.95 -
YUV 165.45 43.09 81.32 -
System Red Green Blue C M Y K H S L
Decimal 100 228 15 0.56 0 0.93 0.11 96.06 0.88 0.48
Hex 64 E4 F 38 0 5D B 60 58 30
Octal 144 344 17 70 0 135 13 140 130 60
Binary 1100100 11100100 1111 111000 0 1011101 1011 1100000 1011000 110000

Color Harmonies of #64E40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E40F

Black with #64E40F

Text Example


Text Example

White with #64E40F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,228,15); }

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

background-color css

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

 a { background-color: rgb(100,228,15); }

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

border-color css

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

 span { border-color: rgb(100,228,15); }

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