Html Css Color HEX #64ED0A Bright Green

📋 copy color: '#64ED0A'

red 100 ◦ green 237 ◦ blue 10

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

Shades of Bright Green #64ED0A

Tints of Bright Green #64ED0A

RGB

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

 GREEN value IS 237 (92.97% from 255) = 68.3%

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

R = 28.82%
G = 68.3%
B = 2.88%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#64ED0A (or 0x64ED0A) is known color: Bright Green. HEX triplet: 64, ED and 0A. RGB value is (100,237,10). Sum of RGB (Red+Green+Blue) = 100+237+10=347 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.82% from 347); Green value is 237 (92.97% from 255 or 68.30% from 347); Blue value is 10 (4.30% from 255 or 2.88% from 347); Max value from RGB is 237 - color contains mainly: green. Hex color #64ED0A is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64ED0A is #9B12F5. Grayscale: #AAAAAA. Windows color (decimal): -10162934 or 716132. OLE color: 716132.

HSL color Cylindrical-coordinate representation of color #64ED0A: hue angle of 96.21º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #64ED0A is Cyan = 0.58, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 237 10 -
CMYK 0.58 0 0.96 0.07
HSL 96.21º 0.92% 0.48% -
HSV(B) 96.21º 0.96% 0.93% -
XYZ 35.59 63.3 10.63 -
YUV 170.16 37.61 77.96 -
System Red Green Blue C M Y K H S L
Decimal 100 237 10 0.58 0 0.96 0.07 96.21 0.92 0.48
Hex 64 ED A 3A 0 60 7 60 5C 30
Octal 144 355 12 72 0 140 7 140 134 60
Binary 1100100 11101101 1010 111010 0 1100000 111 1100000 1011100 110000

Color Harmonies of #64ED0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64ED0A

Black with #64ED0A

Text Example


Text Example

White with #64ED0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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