Html Css Color HEX #64E60D Bright Green

📋 copy color: '#64E60D'

red 100 ◦ green 230 ◦ blue 13

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

Shades of Bright Green #64E60D

Tints of Bright Green #64E60D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.79%

R = 29.15%
G = 67.06%
B = 3.79%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#64E60D (or 0x64E60D) is known color: Bright Green. HEX triplet: 64, E6 and 0D. RGB value is (100,230,13). Sum of RGB (Red+Green+Blue) = 100+230+13=343 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.15% from 343); Green value is 230 (90.23% from 255 or 67.06% from 343); Blue value is 13 (5.47% from 255 or 3.79% from 343); Max value from RGB is 230 - color contains mainly: green. Hex color #64E60D is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64E60D is #9B19F2. Grayscale: #A7A7A7. Windows color (decimal): -10164723 or 910948. OLE color: 910948.

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

Color convert

RGB 100 230 13 -
CMYK 0.57 0 0.94 0.10
HSL 95.94º 0.89% 0.48% -
HSV(B) 95.94º 0.94% 0.9% -
XYZ 33.62 59.33 10.06 -
YUV 166.39 41.43 80.64 -
System Red Green Blue C M Y K H S L
Decimal 100 230 13 0.57 0 0.94 0.10 95.94 0.89 0.48
Hex 64 E6 D 39 0 5E A 60 59 30
Octal 144 346 15 71 0 136 12 140 131 60
Binary 1100100 11100110 1101 111001 0 1011110 1010 1100000 1011001 110000

Color Harmonies of #64E60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E60D

Black with #64E60D

Text Example


Text Example

White with #64E60D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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