Html Css Color HEX #64E60A Bright Green

📋 copy color: '#64E60A'

red 100 ◦ green 230 ◦ blue 10

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

Shades of Bright Green #64E60A

Tints of Bright Green #64E60A

RGB

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

 GREEN value IS 230 (90.23% from 255) = 67.65%

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

R = 29.41%
G = 67.65%
B = 2.94%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.96

 K value IS 0.10

RGB Variations

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

Color information

#64E60A (or 0x64E60A) is known color: Bright Green. HEX triplet: 64, E6 and 0A. RGB value is (100,230,10). Sum of RGB (Red+Green+Blue) = 100+230+10=340 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.41% from 340); Green value is 230 (90.23% from 255 or 67.65% from 340); Blue value is 10 (4.30% from 255 or 2.94% from 340); Max value from RGB is 230 - color contains mainly: green. Hex color #64E60A is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64E60A is #9B19F5. Grayscale: #A6A6A6. Windows color (decimal): -10164726 or 714340. OLE color: 714340.

HSL color Cylindrical-coordinate representation of color #64E60A: hue angle of 95.45º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #64E60A is Cyan = 0.57, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.10.

Color convert

RGB 100 230 10 -
CMYK 0.57 0 0.96 0.10
HSL 95.45º 0.92% 0.47% -
HSV(B) 95.45º 0.96% 0.9% -
XYZ 33.61 59.32 9.97 -
YUV 166.05 39.93 80.89 -
System Red Green Blue C M Y K H S L
Decimal 100 230 10 0.57 0 0.96 0.10 95.45 0.92 0.47
Hex 64 E6 A 39 0 60 A 5F 5C 2F
Octal 144 346 12 71 0 140 12 137 134 57
Binary 1100100 11100110 1010 111001 0 1100000 1010 1011111 1011100 101111

Color Harmonies of #64E60A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E60A

Black with #64E60A

Text Example


Text Example

White with #64E60A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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