Html Css Color HEX #64E10A Bright Green

📋 copy color: '#64E10A'

red 100 ◦ green 225 ◦ blue 10

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

Shades of Bright Green #64E10A

Tints of Bright Green #64E10A

RGB

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

 GREEN value IS 225 (88.28% from 255) = 67.16%

 BLUE value IS 10 (4.3% from 255) = 2.99%

R = 29.85%
G = 67.16%
B = 2.99%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#64E10A (or 0x64E10A) is known color: Bright Green. HEX triplet: 64, E1 and 0A. RGB value is (100,225,10). Sum of RGB (Red+Green+Blue) = 100+225+10=335 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.85% from 335); Green value is 225 (88.28% from 255 or 67.16% from 335); Blue value is 10 (4.30% from 255 or 2.99% from 335); Max value from RGB is 225 - color contains mainly: green. Hex color #64E10A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64E10A is #9B1EF5. Grayscale: #A3A3A3. Windows color (decimal): -10166006 or 713060. OLE color: 713060.

HSL color Cylindrical-coordinate representation of color #64E10A: hue angle of 94.88º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #64E10A is Cyan = 0.56, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.

Color convert

RGB 100 225 10 -
CMYK 0.56 0 0.96 0.12
HSL 94.88º 0.91% 0.46% -
HSV(B) 94.88º 0.96% 0.88% -
XYZ 32.24 56.58 9.51 -
YUV 163.12 41.59 82.98 -
System Red Green Blue C M Y K H S L
Decimal 100 225 10 0.56 0 0.96 0.12 94.88 0.91 0.46
Hex 64 E1 A 38 0 60 C 5F 5B 2E
Octal 144 341 12 70 0 140 14 137 133 56
Binary 1100100 11100001 1010 111000 0 1100000 1100 1011111 1011011 101110

Color Harmonies of #64E10A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E10A

Black with #64E10A

Text Example


Text Example

White with #64E10A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,225,10); }

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

background-color css

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

 a { background-color: rgb(100,225,10); }

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

border-color css

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

 span { border-color: rgb(100,225,10); }

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