Html Css Color HEX #64ED0D Bright Green

📋 copy color: '#64ED0D'

red 100 ◦ green 237 ◦ blue 13

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

Shades of Bright Green #64ED0D

Tints of Bright Green #64ED0D

RGB

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

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

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

R = 28.57%
G = 67.71%
B = 3.71%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#64ED0D (or 0x64ED0D) is known color: Bright Green. HEX triplet: 64, ED and 0D. RGB value is (100,237,13). Sum of RGB (Red+Green+Blue) = 100+237+13=350 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.57% from 350); Green value is 237 (92.97% from 255 or 67.71% from 350); Blue value is 13 (5.47% from 255 or 3.71% from 350); Max value from RGB is 237 - color contains mainly: green. Hex color #64ED0D is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64ED0D is #9B12F2. Grayscale: #ABABAB. Windows color (decimal): -10162931 or 912740. OLE color: 912740.

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

Color convert

RGB 100 237 13 -
CMYK 0.58 0 0.95 0.07
HSL 96.7º 0.9% 0.49% -
HSV(B) 96.7º 0.95% 0.93% -
XYZ 35.61 63.31 10.72 -
YUV 170.5 39.11 77.71 -
System Red Green Blue C M Y K H S L
Decimal 100 237 13 0.58 0 0.95 0.07 96.7 0.9 0.49
Hex 64 ED D 3A 0 5F 7 61 5A 31
Octal 144 355 15 72 0 137 7 141 132 61
Binary 1100100 11101101 1101 111010 0 1011111 111 1100001 1011010 110001

Color Harmonies of #64ED0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64ED0D

Black with #64ED0D

Text Example


Text Example

White with #64ED0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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