Html Css Color HEX #64E011 Bright Green

📋 copy color: '#64E011'

red 100 ◦ green 224 ◦ blue 17

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

Shades of Bright Green #64E011

Tints of Bright Green #64E011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.99%

R = 29.33%
G = 65.69%
B = 4.99%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#64E011 (or 0x64E011) is known color: Bright Green. HEX triplet: 64, E0 and 11. RGB value is (100,224,17). Sum of RGB (Red+Green+Blue) = 100+224+17=341 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.33% from 341); Green value is 224 (87.89% from 255 or 65.69% from 341); Blue value is 17 (7.03% from 255 or 4.99% from 341); Max value from RGB is 224 - color contains mainly: green. Hex color #64E011 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64E011 is #9B1FEE. Grayscale: #A4A4A4. Windows color (decimal): -10166255 or 1171556. OLE color: 1171556.

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

Color convert

RGB 100 224 17 -
CMYK 0.55 0 0.92 0.12
HSL 95.94º 0.86% 0.47% -
HSV(B) 95.94º 0.92% 0.88% -
XYZ 32.01 56.06 9.66 -
YUV 163.33 45.42 82.83 -
System Red Green Blue C M Y K H S L
Decimal 100 224 17 0.55 0 0.92 0.12 95.94 0.86 0.47
Hex 64 E0 11 37 0 5C C 60 56 2F
Octal 144 340 21 67 0 134 14 140 126 57
Binary 1100100 11100000 10001 110111 0 1011100 1100 1100000 1010110 101111

Color Harmonies of #64E011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E011

Black with #64E011

Text Example


Text Example

White with #64E011

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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